-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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.0.0",
"description": "",
"author": "TriggerHappy",
"license": "MIT",
"main": "src/main.ts",
"scripts": {
"test": "ts-node scripts/test.ts",
"build": "ts-node --ignore \"node_modules/(?!mdx-m3-viewer).*\" scripts/build.ts",
"dev": "npm-watch",
"build:defs": "ts-node scripts/dev",
"build:types": "tsc -d --emitDeclarationOnly"
},
"dependencies": {
"w3ts": "^2.1.2",
"wc3ts-eventqueue": "^1.0.0"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/node": "^12.12.34",
"@types/pako": "^1.0.1",
"fs-extra": "^8.1.0",
"lua-types": "^2.6.1",
"luamin": "^1.0.4",
"mdx-m3-viewer": "^5.0.0-beta.25",
"npm-watch": "^0.6.0",
"ts-node": "^8.8.1",
"tsconfig-paths": "^3.9.0",
"tsutils": "^3.17.1",
"typescript-to-lua": "^0.31.0",
"war3-transformer": "^1.0.1",
"war3-types": "^1.0.2",
"war3tstlhelper": "^1.0.1",
"winston": "^3.2.1"
},
"watch": {
"build:defs": {
"patterns": [
"./maps/*"
],
"extensions": "lua",
"legacyWatch": true
}
}
}