forked from kabirjaipal/JUGNU-MUSIC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
44
{
"name": "jugnu",
"version": "3.0.0",
"description": "a op advance discord music bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"music",
"discord.js",
"discord-bot",
"music-bot"
],
"author": "KabirSingh",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.11.0",
"@distube/soundcloud": "^1.2.1",
"@distube/spotify": "^1.3.2",
"@distube/yt-dlp": "^1.1.3",
"@joshdb/core": "^1.2.7",
"@joshdb/json": "^1.0.5",
"@joshdb/mongo": "^1.1.6",
"cpu-stat": "^2.0.1",
"discord.js": "^14.2.0",
"distube": "^4.0.3",
"ffmpeg-static": "^5.0.2",
"glob": "^8.0.3",
"libsodium-wrappers": "^0.7.10",
"opusscript": "^0.0.8"
},
"devDependencies": {
"node": "17.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anonymous4078/JUGNU-MUSIC.git"
},
"bugs": {
"url": "https://github.com/Anonymous4078/JUGNU-MUSIC/issues"
},
"homepage": "https://github.com/Anonymous4078/JUGNU-MUSIC#readme"
}