forked from xthecoolboy/Project-Zero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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": "Project-Zero",
"version": "1.0.0",
"description": "a discord music bot",
"main": "index.js",
"scripts": {
"start": "node .",
"pretest": "eslint --ignore-path .gitignore .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zero",
"license": "ISC",
"dependencies": {
"abort-controller": "^3.0.0",
"axios": "^0.21.0",
"cheerio": "^1.0.0-rc.3",
"combined-stream": "^1.0.8",
"crypto": "^1.0.1",
"discord.js": "^12.5.1",
"discord.js-commando": "github:discordjs/Commando",
"ffmpeg-static": "^4.2.7",
"iso-639-1": "^2.1.1",
"node-opus": "^0.3.3",
"novelcovid": "^3.0.0",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.1.10",
"opusscript": "0.0.7",
"setimmediate": "^1.0.5",
"simple-youtube-api": "^5.2.1",
"ytdl-core": "^4.1.2"
},
"devDependencies": {
"@getify/eslint-plugin-proper-arrows": "^10.0.0",
"@getify/eslint-plugin-proper-ternary": "^3.0.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"nodemon": "^2.0.4",
"prettier": "^2.1.2"
}
}