forked from hmes98318/Music-Disc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.02 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": "wichy",
"version": "2.4.1",
"description": "Discord Music Bot",
"main": "/src/index.js",
"scripts": {
"start": "node ./src/index.js",
"maintenance": "node ./src/maintenance.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CrazyWichGG/Wichy-2.0.git"
},
"author": "CrazyWichGG",
"license": "MIT",
"bugs": {
"url": "https://github.com/CrazyWichGG/Wichy-2.0/issues"
},
"homepage": "https://github.com/CrazyWichGG/Wichy-2.0#readme",
"dependencies": {
"@discord-player/equalizer": "^0.2.3",
"@discord-player/extractor": "^4.4.6",
"@discord-player/utils": "^0.2.2",
"@ffmpeg-installer/ffmpeg": "~1.1.0",
"console-stamp": "~3.1.1",
"discord-player": "^6.6.7",
"discord.js": "~14.11.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ffmpeg-static": "~5.1.0",
"lyrics-finder": "^21.7.0",
"mediaplex": "^0.0.9",
"ms": "2.1.3",
"play-dl": "^1.9.6",
"prism-media": "^1.3.5"
},
"engines": {
"node": ">=16.13.0"
}
}