generated from DeltaFA/Delta-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 908 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 908 Bytes
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
{
"name": "simple-mod-reload",
"version": "1.0.2",
"type": "module",
"scripts": {
"build": "tsx build.ts",
"build-factorio": "tsx build.ts -q -d factorio",
"create-link": "tsx build.ts -q -d factorio -b symlink",
"dev": "tsx build.ts -q -d factorio -b folder",
"dev-launch": "tsx build.ts -q -d factorio -b folder --launch",
"release": "tsx build.ts --release"
},
"devDependencies": {
"@pnpm/types": "^10.0.0",
"@prettier/plugin-lua": "^0.0.3",
"@types/archiver": "^6.0.3",
"@types/node": "^20.12.7",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.33"
},
"dependencies": {
"archiver": "^7.0.1",
"chalk": "^5.3.0",
"cli-spinners": "^3.2.0",
"factoriomod-debug": "^1.1.42",
"ora": "^8.1.1",
"prompts": "^2.4.2",
"semver": "^7.6.0",
"tsx": "^4.19.2",
"yargs": "^17.7.2"
}
}