-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.37 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.37 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
{
"name": "wc3-map-ts-template",
"version": "1.0.0",
"description": "- ts作图环境搭建",
"main": "index.js",
"scripts": {
"watch": "tstl --watch",
"dev": "ts-node --project tsconfig.node.json scripts/dev.ts",
"build": "ts-node --project tsconfig.node.json scripts/build.ts",
"build:dev": "ts-node --project tsconfig.node.json scripts/build.ts dev",
"build:prod": "ts-node --project tsconfig.node.json scripts/build.ts prod",
"test": "ts-node --project tsconfig.node.json scripts/build.ts && ts-node --project tsconfig.node.json scripts/test.ts",
"build:map": "dev_lib/w3x2lni/w2l.exe obj maps dist/map.w3x",
"test:map": "dev_lib/KKWE/bin/YDWEConfig.exe -launchwar3 -loadfile \"./dist/map.w3x\"",
"ui:pull": "node scripts/ui-codegen.mjs pull",
"ui:check": "node scripts/ui-codegen.mjs check",
"ui:push": "node scripts/ui-codegen.mjs push"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^24.5.2",
"@typescript-to-lua/language-extensions": "^1.19.0",
"lua-types": "^2.13.1",
"ts-node": "^10.9.2",
"typescript": "5.8.2",
"typescript-to-lua": "^1.34.0"
},
"dependencies": {
"@eiriksgata/wc3ts": "3.2.11",
"fs-extra": "^11.3.2",
"luamin": "^1.0.4"
},
"packageManager": "yarn@4.10.3+sha256.cd71753d68307301d21034efaf20bd8eee81f9450af75f068477bf9011bb9ad4"
}