-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 918 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
{
"name": "open-muscord",
"version": "1.0.0",
"description": "Open source discord music bot supporting youtube video",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/longz3r/open-muscord.git"
},
"author": "Long Zer",
"license": "ISC",
"bugs": {
"url": "https://github.com/longz3r/open-muscord/issues"
},
"homepage": "https://github.com/longz3r/open-muscord#readme",
"dependencies": {
"@discord-player/extractor": "^4.5.0",
"deep-diff": "^1.0.2",
"discord-player": "^6.7.0",
"discord-player-youtubei": "^1.2.0",
"discord.js": "^14.15.3",
"mediaplex": "^0.0.9",
"prism-media": "^1.3.5",
"winston": "^3.13.1",
"youtube-ext": "^1.1.25"
},
"optionalDependencies": {
"bufferutil": "^4.0.8"
}
}