-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 934 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 934 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
{
"scripts": {
"postinstall": "node scripts/fix-sift.js",
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"@discordjs/builders": "^1.14.1",
"@discordjs/voice": "^0.19.2",
"@distube/yt-dlp": "^2.0.1",
"@top-gg/sdk": "^3.1.3",
"axios": "^1.15.2",
"colors": "^1.4.0",
"cpu-stat": "^2.0.1",
"discord.js": "^14.26.3",
"distube": "^5.2.3",
"dotenv": "^17.4.2",
"ejs": "^5.0.2",
"express": "^5.2.1",
"express-session": "^1.19.0",
"helmet": "^8.1.0",
"lavalink-client": "^2.10.1",
"libsodium-wrappers": "^0.8.4",
"memorystore": "^1.6.7",
"mongoose": "^9.5.0",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"play-dl": "^1.9.7",
"pretty-ms": "^9.3.0",
"sift": "^17.1.3",
"youtubei.js": "^17.0.1"
},
"devDependencies": {
"nodemon": "^3.1.14"
},
"engines": {
"node": ">=20.11.1"
}
}