-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·37 lines (37 loc) · 952 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
34
35
36
37
{
"name": "wc3-app",
"version": "1.0.0",
"description": "A demo for TypeScript in WC3",
"directories": {
"lib": "src/lib"
},
"main": "src/init_game.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js --build",
"run": "node build.js --run",
"start": "node build.js --build --run"
},
"author": "Nikolaj \"William\" Mariager",
"license": "MIT",
"dependencies": {
"@types/node": "^12.12.7",
"busted-tstl": "latest",
"codelyzer": "^5.2.0",
"convertjasstots": "latest",
"fs-extra": "latest",
"lua-types": "^2.6.2",
"luamin": "^1.0.4",
"minimist": "latest",
"rimraf": "^2.7.1",
"sync-rpc": "^1.3.6",
"typescript": "3.7.5",
"typescript-to-lua": "0.31.0",
"wc3-json-to-slk": "^1.0.16",
"wc3-objectified-handler": "0.0.7"
},
"devDependencies": {
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2"
}
}