forked from ipcjs/bilibili-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "bilibili-helper",
"version": "1.0.0",
"description": "some userscript",
"directories": {
"test": "test"
},
"dependencies": {
"rollup-plugin-html": "^0.2.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^6.1.0",
"@types/greasemonkey": "^4.0.2",
"magic-string": "^0.25.7",
"node-sass": "^6.0.1",
"rollup": "^2.32.1",
"rollup-plugin-scss": "^3.0.0",
"tslib": "^2.0.3",
"typescript": "^4.0.5"
},
"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",
"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"
}