forked from kabirjaipal/JUGNU-MUSIC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 928 Bytes
/
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
{
"name": "jugnu",
"version": "1.0.0",
"description": "a op advance discord music bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"node": "npm i --save-dev node@latest && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH"
},
"keywords": [
"music",
"discord.js",
"discord-bot",
"music-bot"
],
"author": "KabirSingh",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.9.0",
"@distube/soundcloud": "^1.1.0",
"@distube/spotify": "^1.2.1",
"@distube/yt-dlp": "^1.0.2",
"@joshdb/core": "^1.2.7",
"@joshdb/json": "^1.0.5",
"@joshdb/mongo": "^1.1.6",
"cpu-stat": "^2.0.1",
"discord.js": "^13.6.0",
"distube": "^3.3.4",
"ffmpeg-static": "^4.4.1",
"glob": "^8.0.1",
"libsodium-wrappers": "^0.7.10",
"opusscript": "^0.0.8"
}
}