-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.84 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.84 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "auto-task",
"version": "5.1.3",
"change": [
"优化:恢复Violentmonkey支持(#20)"
],
"description": "赠Key站自动任务脚本",
"engines": {
"node": ">=18.0.0"
},
"main": "package.json",
"scripts": {
"test": "npm run lint",
"lint": "eslint",
"lint:fix": "eslint --fix",
"tsc": "tsc",
"rollup": "rollup -c",
"build": "npm run lint && npm run rollup && node build-all-static.js",
"postbuild": "node copy.js && node release.js && node doc-sync.js",
"build:all": "npm run build && npm run postbuild"
},
"author": "HCLonely <h1606051253@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@eslint/compat": "^1.3.0",
"@eslint/eslintrc": "^3.3.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jquery": "^3.5.32",
"@types/js-cookie": "^3.0.6",
"@types/keyboardjs": "^2.5.3",
"@types/tampermonkey": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"autoprefixer": "^10.4.21",
"browser-tool": "^1.3.2",
"chalk": "^5.4.1",
"dayjs": "^1.11.13",
"eslint": "^9.27.0",
"eslint-plugin-import": "^2.31.0",
"fs-extra": "^11.3.0",
"js-cookie": "^3.0.5",
"keyboardjs": "^2.7.0",
"node-inspect-extracted": "^3.3.1",
"postcss": "^8.5.6",
"rollup": "^4.59.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-scss": "^4.0.1",
"rollup-plugin-sizes": "^1.1.0",
"rollup-plugin-svg-import": "^3.0.0",
"rollup-plugin-visualizer": "^6.0.1",
"sass": "^1.89.1",
"sweetalert2": "^11.6.13",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"uuid": "^14.0.0"
}
}