forked from kabirjaipal/JUGNU-MUSIC
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·43 lines (42 loc) · 1.19 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
{
"name": "Baul-Music-Bot-",
"version": "0.0.1",
"description": "I'm just a random guy modifing jugnu bot. Making it litewait and easy to use.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnirbanBiswasGamer/Baul-Music-Bot-.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnirbanBiswasGamer/Baul-Music-Bot-/issues"
},
"homepage": "https://github.com/AnirbanBiswasGamer/Baul-Music-Bot-#readme",
"dependencies": {
"@discordjs/voice": "^0.16.0",
"@distube/deezer": "^1.0.0",
"@distube/soundcloud": "^1.3.2",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@joshdb/core": "^1.2.7",
"@joshdb/mongo": "^1.1.6",
"@joshdb/sqlite": "^1.1.9",
"@distube/ytdl-core": "^4.11.10",
"cors": "^2.8.5",
"discord.js": "^14.11.0",
"distube": "^4.0.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ffmpeg-static": "^5.1.0",
"libsodium-wrappers": "^0.7.11",
"opusscript": "^0.1.0",
"simple-find-lyrics": "^0.0.1",
"systeminformation": "^5.17.12",
"tweetnacl": "^1.0.3"
}
}