-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "",
"private": true,
"scripts": {
"postinstall": "node scripts/install.js",
"launch": "node scripts/launch.js",
"build": "run-p build:*",
"build:panorama": "tsc --project content/panorama/scripts/custom_game/tsconfig.json",
"build:vscripts": "tstl --project game/scripts/vscripts/tsconfig.json",
"dev": "run-p dev:*",
"dev:panorama": "tsc --project content/panorama/scripts/custom_game/tsconfig.json --watch",
"dev:vscripts": "tstl --project game/scripts/vscripts/tsconfig.json --watch"
},
"devDependencies": {
"@moddota/dota-lua-types": "^4.7.1",
"@moddota/panorama-types": "^1.5.0",
"find-steam-app": "^1.0.2",
"fs-extra": "^9.0.0",
"npm-run-all": "^4.1.5",
"typescript": "^3.9.3",
"typescript-to-lua": "^0.34.0"
}
}