-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"dependencies": {
"discord-hybrid-sharding": "^2.2.3",
"discord.js": "^14.15.3",
"indomitable": "^4.1.0",
"mongoose": "^8.5.2",
"ms": "^2.1.3",
"shoukaku": "^4.0.1",
"signale": "^1.4.0",
"systeminformation": "^5.23.5"
},
"devDependencies": {
"dokdo": "^1.0.1",
"nodemon": "^3.1.4"
},
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"name": "lyra-main",
"version": "1.0.0",
"description": "A discord Music bot made with Lavalink (Shoukaky v4)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Punit9464/Lyra-Main.git"
},
"keywords": [
"discord",
"music",
"music-bot",
"discord-bot",
"discord.js",
"shoukaku",
"spotify",
"youtube"
],
"author": "Punit",
"license": "MIT",
"bugs": {
"url": "https://github.com/Punit9464/Lyra-Main/issues"
},
"homepage": "https://github.com/Punit9464/Lyra-Main#readme"
}