-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "wc3-ts-template",
"version": "1.1.0",
"description": "",
"author": "TriggerHappy",
"license": "MIT",
"main": "src/main.ts",
"scripts": {
"test": "ts-node --transpile-only scripts/test.ts",
"build": "ts-node --transpile-only scripts/build.ts",
"dev": "npm-watch",
"build:defs": "ts-node scripts/dev"
},
"dependencies": {
"w3ts": "^3.0.2"
},
"devDependencies": {
"@types/fs-extra": "8.1.1",
"@types/node": "12.19.1",
"@types/pako": "1.0.1",
"@typescript-to-lua/language-extensions": "^1.0.0",
"fs-extra": "8.1.0",
"lua-types": "^2.13.1",
"luamin": "^1.0.4",
"mdx-m3-viewer-th": "^5.13.0",
"npm-watch": "0.6.0",
"ts-node": "8.10.2",
"tsconfig-paths": "3.9.0",
"tsutils": "3.17.1",
"typescript": "5.0.4",
"typescript-to-lua": "1.15.1",
"war3-objectdata-th": "^0.2.8",
"war3-transformer": "^3.0.9",
"war3tstlhelper": "1.0.1",
"winston": "^3.8.2"
},
"watch": {
"build:defs": {
"patterns": [
"./maps/*"
],
"extensions": "lua",
"legacyWatch": true
}
}
}