-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 984 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 984 Bytes
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
{
"name": "@ProgramRipper/B 站网页端直播",
"private": true,
"version": "0.2.4",
"description": "在 B 站网页端开播",
"keywords": [
"bilibili",
"tampermonkey",
"userscript"
],
"homepage": "https://github.com/ProgramRipper/BLiveWeb",
"bugs": "https://github.com/ProgramRipper/BLiveWeb/issues",
"license": "MIT",
"author": {
"name": "ProgramRipper",
"email": "programripper@foxmail.com",
"url": "https://github.com/ProgramRipper"
},
"repository": "github:ProgramRipper/BLiveWeb",
"scripts": {
"build": "ts-node scripts/build.ts",
"format": "prettier -w .",
"check": "prettier -c .; tsc --noEmit"
},
"dependencies": {
"md5": "^2.3.0"
},
"devDependencies": {
"@types/md5": "^2.3.5",
"@types/node": "^22.15.32",
"@types/tampermonkey": "^5.0.4",
"esbuild": "^0.25.5",
"prettier": "^3.6.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.12.2"
}