-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 817 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 817 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 src/panorama/tsconfig.json",
"build:vscripts": "tstl --project src/vscripts/tsconfig.json",
"dev": "run-p dev:*",
"dev:panorama": "tsc --project src/panorama/tsconfig.json --watch",
"dev:vscripts": "tstl --project src/vscripts/tsconfig.json --watch"
},
"devDependencies": {
"@moddota/dota-lua-types": "^4.34.1",
"@moddota/find-steam-app": "^1.1.0",
"@moddota/panorama-types": "^1.30.0",
"fs-extra": "^9.0.0",
"npm-run-all": "^4.1.5",
"typescript": "5.5.2",
"typescript-to-lua": "^1.26.0"
}
}