forked from 821938089/MyNovelReader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
45
46
{
"name": "ywzhaiqi-userscript",
"version": "2.0.0",
"description": "ywzhaiqi 的 userScript 脚本",
"main": "",
"directories": {
"test": "test"
},
"scripts": {
"build": "rollup -c rollup.config.js --myinput src/MyNovelReader",
"buildw": "rollup -c rollup.config.js -w --myinput src/MyNovelReader"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ywzhaiqi/userscript.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ywzhaiqi/userscript/issues"
},
"homepage": "https://github.com/ywzhaiqi/userscript#readme",
"dependencies": {},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^5.0.2",
"@rollup/pluginutils": "^4.2.1",
"@types/jquery": "^3.2.12",
"@types/minimist": "^1.2.0",
"@types/underscore": "^1.11.4",
"@ywzhaiqi/rollup-plugin-less": "^0.1.1",
"benny": "^3.7.1",
"cross-env": "^7.0.3",
"dayjs": "^1.11.0",
"minimist": "^1.2.6",
"node-fetch": "^3.2.3",
"rollup": "^2.23.1",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-vue2": "^0.8.1",
"terser": "^5.14.1",
"tslib": "^2.0.1",
"typescript": "^3.9.7"
}
}