forked from toebeann/subnautica-below-zero-support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.31 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
62
63
64
65
66
{
"name": "space-trash-scavenger-support",
"version": "1.0.0",
"description": "Vortex support for Space Trash Scavenger",
"license": "GPL-3.0",
"author": "toebeann, MrPurple6411, Chloe S, AlexejheroYTB",
"homepage": "https://github.com/MrPurple6411/Space-Trash-Scavenger-Support",
"repository": {
"type": "git",
"url": "https://github.com/MrPurple6411/Space-Trash-Scavenger-Support.git"
},
"bugs": {
"url": "https://github.com/MrPurple6411/Space-Trash-Scavenger-Support/issues"
},
"funding": [
"https://github.com/MrPurple6411/Space-Trash-Scavenger-Support?sponsor=1",
{
"type": "github",
"url": "https://github.com/sponsors/MrPurple6411"
},
{
"type": "patreon",
"url": "https://www.patreon.com/MrPurple6411"
},
{
"type": "paypal",
"url": "https://paypal.me/MrPurple6411"
}
],
"config": {
"issueTracker": "https://github.com/MrPurple6411/Space-Trash-Scavenger-Support/issues"
},
"scripts": {
"webpack": "webpack --config webpack.config.js --display-error-details --progress --profile --color",
"build": "rimraf dist && mkdir dist && extractInfo && pnpm webpack",
"bundle": "pnpm build && rimraf space-trash-scavenger-support.7z && 7z a -t7z space-trash-scavenger-support.7z ./assets/* && 7z a -t7z space-trash-scavenger-support.7z ./dist/*",
"release": "pnpm build --mode production --devtool none && rimraf space-trash-scavenger-support.7z && 7z a -t7z space-trash-scavenger-support.7z ./assets/* && 7z a -t7z space-trash-scavenger-support.7z ./dist/*"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.4.2",
"@tsconfig/recommended": "^1.0.2",
"@types/i18next": "^8.4.6",
"@types/node": "^20.2.5",
"@types/relaxed-json": "^1.0.1",
"@types/semver": "^7.5.0",
"exe-version": "github:Nexus-Mods/node-exe-version",
"raw-loader": "^4.0.2",
"rehype-format": "^4.0.1",
"rehype-stringify": "^9.0.3",
"relaxed-json": "^1.0.3",
"remark": "^14.0.3",
"remark-rehype": "^10.1.0",
"rimraf": "^5.0.1",
"store2": "^2.14.2",
"strip-markdown": "^5.0.1",
"ts-loader": "^8.4.0",
"typescript": "^5.0.4",
"vortex-api": "github:Nexus-Mods/vortex-api",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"zod": "^3.21.4"
},
"engines": {
"node": "^16"
}
}