-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "bili-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "node_modules/typescript/bin/tsc",
"lint": "eslint . --ext .ts",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run compile && node built/src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^3.2.0",
"@types/bluebird": "^3.5.27",
"@types/exit-hook": "^2.2.1",
"@types/fluent-ffmpeg": "^2.1.10",
"@types/mongoose": "^5.5.12",
"@types/node": "^12.7.0",
"@types/request": "^2.48.2",
"@types/request-promise": "^4.1.44",
"@types/youtube-dl": "^1.12.2",
"@typescript-eslint/parser": "^1.13.0",
"bluebird": "^3.5.5",
"discord.js": "github:discordjs/discord.js",
"exit-hook": "^2.2.0",
"fluent-ffmpeg": "^2.1.2",
"mongoose": "^5.7.5",
"node-opus": "^0.3.2",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"typescript": "^3.5.3",
"winston": "^3.2.1",
"youtube-dl": "^2.3.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.13.0",
"eslint": "^6.1.0"
}
}