-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "music-disc/discord-player",
"version": "1.4.3",
"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-discord-player.git"
},
"author": "hmes98318",
"license": "MIT",
"bugs": {
"url": "https://github.com/hmes98318/Music-Disc-discord-player/issues"
},
"homepage": "https://github.com/hmes98318/Music-Disc-discord-player#readme",
"dependencies": {
"@discord-player/equalizer": "^0.2.3",
"@discord-player/extractor": "^4.4.5",
"@discord-player/utils": "^0.2.2",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"console-stamp": "^3.1.2",
"discord-player": "^6.6.6",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mediaplex": "^0.0.9",
"ms": "2.1.3",
"play-dl": "^1.9.7"
},
"engines": {
"node": ">=18.0.0"
}
}