forked from Wangsheng-Funeral-Parlor/HuTao-GS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.27 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
{
"name": "hutao-gs",
"version": "1.1.2-4",
"description": "HuTao GS",
"main": "src/entry/mainEntry.ts",
"bin": "buildRel/mainEntry.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "tsc --noEmit",
"build-dev": "node ./build -mode:dev",
"build-rel": "node ./build -mode:rel",
"build": "node ./build",
"pack-exe": "pkg . -o \"dist/HuTao-GS.exe\" --build"
},
"pkg": {
"assets": [
"webstaticSea/**/*"
],
"scripts": [
"buildRel/*.js"
],
"targets": [
"node16-win"
]
},
"author": "NotArandomGUY",
"license": "AGPL-3.0",
"dependencies": {
"bcryptjs": "^2.4.3",
"denque": "^2.0.1",
"hostile": "^1.3.3",
"md5": "^2.3.0",
"promise-events": "^0.2.4",
"protobufjs": "^6.11.2",
"verror": "^1.10.1",
"yieldable-json": "^2.0.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/hostile": "^1.3.0",
"@types/md5": "^2.3.2",
"@types/node": "^18.0.0",
"@types/verror": "^1.10.5",
"@types/yieldable-json": "^2.0.0",
"javascript-obfuscator": "^4.0.0",
"pkg": "^5.8.0",
"resedit": "^1.6.0",
"typescript": "^4.8.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-obfuscator": "^3.5.1"
}
}