-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 915 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
33
34
{
"name": "bilibili-live",
"version": "2.1.0",
"description": "A Node Toolkit for bilibili live service",
"main": "dist/bilibili-live.min.js",
"module": "src/index.js",
"scripts": {
"build": "rollup -c",
"lint": "eslint src/**/*.js",
"test:client": "node ./test/client.js",
"test:danmaku": "node ./test/danmaku.js"
},
"author": "pandaGao <[email protected]>",
"license": "MIT",
"dependencies": {
"eventemitter3": "^4.0.4",
"got": "^11.5.2",
"ws": "^7.3.1"
},
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"rollup": "^2.23.0",
"rollup-plugin-terser": "^6.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pandaGao/bilibili-live"
}
}