-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.2 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
{
"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": "npm run node && 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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kabirsingh2004/JUGNU-MUSIC.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kabirsingh2004/JUGNU-MUSIC/issues"
},
"homepage": "https://github.com/kabirsingh2004/JUGNU-MUSIC#readme",
"dependencies": {
"@discordjs/voice": "^0.14.0",
"@distube/deezer": "^1.0.0",
"@distube/soundcloud": "^1.3.0",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@joshdb/core": "^1.2.7",
"@joshdb/json": "^1.0.5",
"@joshdb/mongo": "^1.1.6",
"cors": "^2.8.5",
"cpu-stat": "^2.0.1",
"discord.js": "^14.7.1",
"distube": "^4.0.4",
"express": "^4.18.2",
"ffmpeg-static": "^5.1.0",
"libsodium-wrappers": "^0.7.10",
"opusscript": "^0.0.8",
"simple-find-lyrics": "^0.0.1"
}
}