-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 835 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
{
"name": "bilibili-monitor",
"version": "1.0.0",
"main": "build/main.js",
"dependencies": {
"@types/express": "^4.17.2",
"@types/follow-redirects": "^1.8.0",
"@types/node": "^13.13.9",
"@types/table": "^4.0.7",
"@types/ws": "^7.2.4",
"chalk": "^3.0.0",
"express": "^4.17.1",
"follow-redirects": "^1.10.0",
"table": "^5.4.6",
"ws": "^7.3.0"
},
"devDependencies": {},
"scripts": {
"start": "node build/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Billyzou0741326/bilibili-live-monitor-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Billyzou0741326/bilibili-live-monitor-js/issues"
},
"homepage": "https://github.com/Billyzou0741326/bilibili-live-monitor-js#readme",
"description": ""
}