forked from kabirjaipal/JUGNU-MUSIC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 795 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 795 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
{
"name": "jugnumusic",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"music-bot",
"music-player",
"distube",
"player"
],
"author": "KabirSingh",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/voice": "^0.7.5",
"@distube/soundcloud": "^1.1.0",
"@distube/spotify": "^1.1.0",
"@distube/yt-dlp": "^1.0.2",
"chalk": "^4.1.2",
"discord.js": "^13.6.0",
"distube": "^3.1.1",
"enmap": "^5.8.7",
"express": "^4.17.2",
"ffmpeg-static": "^4.4.1",
"libsodium-wrappers": "^0.7.9",
"mongoose": "^6.1.6",
"ms": "^2.1.3",
"opusscript": "^0.0.8",
"reconlx": "^2.5.2"
}
}