-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 2.28 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "auto-task-v4",
"version": "4.5.2",
"change": [
"修复: 弹窗关闭后无法返回原标签页",
"修复: 关注/取关Steam限区游戏时动作错误",
"优化: Steam社区凭证更新逻辑"
],
"description": "赠Key站自动任务脚本",
"engines": {
"node": ">=18.0.0 & <=23.2.0"
},
"main": "package.json",
"scripts": {
"test": "eslint",
"tsc": "tsc",
"gs": "webpack --config webpack.giveawaysu.config.js",
"dev": "webpack --config webpack.dev.config.js",
"analyze": "webpack-bundle-analyzer ./dist/stats.json",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && webpack --config webpack.config.js && webpack --config webpack.compatibility.config.js && webpack --config webpack.giveawaysu.config.js && node build-all-static.js && node copy.js && node doc-sync.js && node release.js",
"buildv16": "webpack --config webpack.config.js && webpack --config webpack.compatibility.config.js && webpack --config webpack.giveawaysu.config.js && node build-all-static.js && node copy.js && node doc-sync.js && node release.js",
"jsdoc": "jsdoc temp/scripts/social/Steam.js -r -c .jsdoc.json -d doc/docs/jsdoc"
},
"author": "HCLonely <h1606051253@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@types/jquery": "^3.5.7",
"@types/js-cookie": "^3.0.0",
"@types/keyboardjs": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@xuanmo/javascript-utils": "^0.0.31",
"babel-loader": "^8.2.3",
"chalk": "^4.1.2",
"css-loader": "^6.5.1",
"dayjs": "^1.10.7",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"fs-extra": "^10.0.0",
"javascript-obfuscator": "^4.1.0",
"js-cookie": "^3.0.1",
"js-yaml": "^4.1.0",
"postcss": "^8.4.31",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.1.0",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"sweetalert2": "^11.6.15",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"uglify-js": "^3.14.5",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-obfuscator": "^3.5.1",
"webpackbar": "^5.0.2"
}
}