-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "musicbot-v15.5",
"version": "15.5.0",
"description": "A professional and completely free distube based music bot for your Discord server, compatible with the highly modernized discord.js v14.16 version.",
"main": "index.js",
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.4.0",
"@discordjs/voice": "^0.18.0",
"@distube/deezer": "^1.0.0",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl": "^2.0.6",
"@distube/ytdl-core": "^4.15.1",
"@top-gg/sdk": "^3.1.6",
"discord.js": "^14.16.3",
"distube": "^4.0.4",
"express": "^4.21.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.15",
"mongoose": "^8.8.3",
"sapphire": "^0.0.3",
"topgg-autoposter": "^2.0.2",
"ytdl-core": "^4.11.5"
},
"scripts": {
"start": "node index.js",
"setup": "npm install"
},
"author": "Umut Bayraktar (umutxyp)",
"license": "MIT",
"engines": {
"node": "20.x"
}
}