forked from Promises/wc3ts-missiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 836 Bytes
/
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
{
"name": "wc3ts-missile",
"version": "1.0.0",
"description": "Missile library rewritten for TypeScript",
"author": "Dracaratos & HenningB",
"license": "MIT",
"main": "lib/missile.ts",
"peerDependencies": {
"w3ts": "^2.1.2",
"war3-types": "^1.0.2"
},
"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"
},
"dependencies": {
"wc3ts-eventqueue": "^1.0.0"
}
}