-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·38 lines (36 loc) · 1016 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
35
36
37
38
{
"name": "jugnu-music",
"version": "1.0.0",
"description": "I'm a Discord Bot Developer and here is mine Discord Music Bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.1",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.6.0",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytsr": "^1.2.5",
"@joshdb/core": "^1.2.7",
"@joshdb/json": "^1.0.5",
"@joshdb/mongo": "^1.1.6",
"cors": "^2.8.5",
"discord.js": "^14.12.1",
"distube": "^4.1.1",
"dotenv": "^16.4.5",
"erlpack": "^0.1.4",
"express": "^4.19.2",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.13",
"mongoose": "^8.2.3",
"opusscript": "^0.1.1",
"simple-find-lyrics": "^0.0.1",
"systeminformation": "^5.22.6",
"tweetnacl": "^1.0.3",
"zlib-sync": "^0.1.9"
}
}