-
Notifications
You must be signed in to change notification settings - Fork 328
/
package.json
44 lines (44 loc) · 1.22 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
43
44
{
"name": "bilibili-helper",
"version": "1.0.0",
"description": "some userscript",
"directories": {
"test": "test"
},
"dependencies": {
"opencc-js": "^1.0.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-typescript": "^6.1.0",
"@types/greasemonkey": "^4.0.2",
"magic-string": "^0.25.7",
"rollup": "^2.32.1",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-scss": "^3.0.0",
"sass": "^1.69.5",
"tslib": "^2.0.3",
"typescript": "^5.3.3"
},
"scripts": {
"dev:balh": "rollup --config packages/unblock-area-limit/rollup.config.js -w",
"dev:sms": "rollup --config packages/s3_mobile_style/rollup.config.js -w",
"dev:zmfs": "rollup --config packages/zhihu_mobile_style/rollup.config.js -w",
"lint:watch": "tsc --noEmit --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipcjs/bilibili-helper.git"
},
"keywords": [
"userscript",
"bilibili.com"
],
"author": "ipcjs",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipcjs/bilibili-helper/issues"
},
"homepage": "https://github.com/ipcjs/bilibili-helper#readme"
}