-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 904 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
{
"name": "@kuss/gamebase",
"version": "1.0.0",
"description": "Based on [deepnight/gameBase](https://github.com/deepnight/gameBase)",
"main": "index.js",
"scripts": {
"setup:haxe": "haxe setup.hxml",
"dev:web": "tsx scripts/dev/web.ts",
"build:web": "tsx scripts/build/web.ts",
"sync": "tsx scripts/sync.ts"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.11",
"@types/serve-handler": "^6.1.1",
"@types/ws": "^8.5.4",
"ansi-escapes": "6.1.0",
"chokidar": "^3.5.3",
"esbuild": "^0.17.15",
"fs-extra": "^11.1.1",
"gdl": "^1.8.0",
"lodash-es": "^4.17.21",
"nanoid": "^4.0.2",
"ora": "6.3.0",
"pretty-bytes": "6.1.0",
"serve-handler": "^6.1.5",
"tsx": "^3.12.6",
"typescript": "^5.0.3",
"ws": "^8.13.0"
}
}