-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.11 KB
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
{
"name": "acfun-live",
"version": "2.1.2",
"description": "使用 Puppeteer 开启 AcFun 直播监控室,挂牌子!😏",
"homepage": "https://github.com/shaww855/acfun-live#readme",
"bugs": {
"url": "https://github.com/shaww855/acfun-live/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaww855/acfun-live.git"
},
"license": "GPL-3.0",
"author": "shaw",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node ./src/index.js",
"format": "prettier --write '**/*.{js,json}'",
"publish": "node ./build.js"
},
"dependencies": {
"axios": "^1.16.1",
"axios-retry": "^4.5.0",
"inquirer": "^12.11.1",
"log4js": "^6.9.1",
"moment": "^2.30.1",
"puppeteer-core": "^25.3.0",
"qrcode": "^1.5.4",
"systeminformation": "^5.31.13"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"archiver": "^7.0.1",
"esbuild": "^0.28.1",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.5.0",
"pkg": "^5.8.1",
"prettier": "^3.7.3"
}
}