forked from hmes98318/Music-Disc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 999 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
{
"name": "music-disc",
"version": "1.3.2",
"description": "Discord Music Bot",
"main": "/src/index.js",
"scripts": {
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmes98318/Music-Disc.git"
},
"author": "hmes98318",
"license": "MIT",
"bugs": {
"url": "https://github.com/hmes98318/Music-Disc/issues"
},
"homepage": "https://github.com/hmes98318/Music-Disc#readme",
"dependencies": {
"@discord-player/equalizer": "^0.2.1",
"@discord-player/extractor": "^4.1.2",
"@discord-player/utils": "^0.2.1",
"console-stamp": "^3.1.1",
"discord-player": "^6.1.1",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ffmpeg-static": "~5.1.0",
"ms": "2.1.3",
"opusscript": "~0.0.8",
"play-dl": "^1.9.6"
},
"engines": {
"node": ">=16.13.0"
}
}