-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 976 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": "sote-iii",
"version": "1.0.0",
"description": "A warcraft III hero arena map",
"directories": {
"lib": "src/lib"
},
"main": "src/init_game.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build build",
"runbuild": "node build build run"
},
"author": "runi95",
"license": "MIT",
"dependencies": {
"@types/node": "12.12.26",
"busted-tstl": "0.1.0",
"codelyzer": "5.2.1",
"convertjasstots": "1.0.11",
"fs-extra": "8.1.0",
"lua-types": "latest",
"luamin": "1.0.4",
"rimraf": "2.7.1",
"sync-rpc": "1.3.6",
"typescript": "3.7.5",
"typescript-to-lua": "0.31.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2"
}
}