-
Notifications
You must be signed in to change notification settings - Fork 367
/
package.json
executable file
·46 lines (46 loc) · 1.29 KB
/
package.json
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
45
46
{
"name": "jugnu-music",
"version": "1.0.0",
"description": "I'm a Discord Bot Developer and here is mine Discord Music Bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kabirsingh2004/JUGNU-MUSIC.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kabirsingh2004/JUGNU-MUSIC/issues"
},
"homepage": "https://github.com/kabirsingh2004/JUGNU-MUSIC#readme",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@distube/soundcloud": "^2.0.3",
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.4",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytsr": "^2.0.4",
"@joshdb/core": "^1.2.7",
"@joshdb/json": "^1.0.5",
"@joshdb/mongo": "^1.1.6",
"cors": "^2.8.5",
"discord.js": "^14.16.3",
"distube": "^5.0.2",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.15",
"mongoose": "^8.7.2",
"opusscript": "^0.1.1",
"simple-find-lyrics": "^0.0.1",
"sodium-native": "^4.2.1",
"systeminformation": "^5.23.5",
"tweetnacl": "^1.0.3"
}
}