forked from Aayush-683/BrokenDisc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.16 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
41
42
43
44
45
46
47
48
49
50
{
"name": "brokendisc",
"version": "2.0.1",
"description": "",
"license": "Apache-2.0",
"homepage": "https://github.com/BlackKnight683/BrokenDisc#README",
"main": "src/index.js",
"private": true,
"author": {
"name": "blackknight683",
"url": "https://solonodes.xyz"
},
"scripts": {
"test": "echo \"error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.6.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/BlackKnight683/BrokenDisc.git"
},
"bugs": {
"url": "https://github.com/BlackKnight683/BrokenDisc/issues",
"email": "[email protected]"
},
"keywords": [
"discord-bot",
"discord.js",
"discord-js",
"discord-music-bot",
"music-bot",
"djs-v13",
"discord-player"
],
"dependencies": {
"@discord-player/extractor": "^3.0.2",
"@discordjs/builders": "^0.11.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/voice": "^0.7.5",
"chalk": "^4.1.2",
"discord-player": "^5.2.0",
"discord.js": "^13.3.1",
"ffmpeg-static": "^4.4.0",
"glob": "^7.1.7",
"ytdl-core": "^4.9.2"
}
}