forked from SushiBtw/discord-music-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
{
"name": "discord-music-player",
"version": "7.1.4",
"description": "Complete framework to facilitate music commands using discord.js v12",
"main": "index.js",
"scripts": {
"test": "jest test/test.js",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"types": "./typings/index.d.ts",
"keywords": [
"music",
"player",
"bot",
"framework",
"discord",
"volume",
"queue",
"youtube",
"spotify"
],
"repository": {
"type": "git",
"url": "https://github.com/SushiBtw/discord-music-player.git"
},
"bugs": {
"url": "https://github.com/SushiBtw/discord-music-player/issues"
},
"author": "SushiBtw",
"license": "MIT",
"dependencies": {
"ffmpeg-static": "^4.2.7",
"html-entities": "^2.1.0",
"miniget": "^4.2.0",
"spotify-url-info": "^2.2.0",
"youtubei": "^0.0.1-rc.14",
"ytdl-core": "^4.5.0",
"ytsr": "^3.3.1"
},
"devDependencies": {
"assert-diff": "^3.0.2",
"discord.js": "^12.5.3",
"jest": "^26.6.3",
"jsdoc": "^3.6.3"
}
}