-
Notifications
You must be signed in to change notification settings - Fork 0
/
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.3.3",
"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",
"run": "ts-node --transpile-only scripts/run.ts",
"dev": "npm-watch",
"build:defs": "ts-node scripts/dev"
},
"dependencies": {
"w3ts": "github:cipherxof/w3ts"
},
"devDependencies": {
"@types/fs-extra": "8.1.1",
"@types/node": "12.19.1",
"@types/pako": "1.0.1",
"fs-extra": "8.1.0",
"lua-types": "^2.11.0",
"luamin": "1.0.4",
"mdx-m3-viewer": "^5.12.0",
"npm-watch": "0.6.0",
"ts-node": "8.10.2",
"tsconfig-paths": "3.9.0",
"tsutils": "3.17.1",
"typescript": "^4.4.4",
"typescript-to-lua": "1.1.1",
"war3-transformer": "2.0.0",
"war3-types": "1.0.4",
"war3tstlhelper": "1.0.1",
"winston": "3.3.3"
},
"watch": {
"build:defs": {
"patterns": [
"./maps/*"
],
"extensions": "lua",
"legacyWatch": true
}
}
}