-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
{
"name": "advance-discord-music-bot",
"version": "1.0.0",
"description": "An advance discord music bot with many features.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CookyDevJS/advance-discord-music-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CookyDevJS/advance-discord-music-bot/issues"
},
"homepage": "https://github.com/CookyDevJS/advance-discord-music-bot#readme",
"dependencies": {
"@discordjs/voice": "^0.15.0",
"@distube/deezer": "^1.0.0",
"@distube/soundcloud": "^1.3.0",
"@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",
"cors": "^2.8.5",
"discord.js": "^14.8.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.0.8",
"simple-find-lyrics": "^0.0.1",
"systeminformation": "^5.17.12",
"tweetnacl": "^1.0.3"
}
}