-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.06 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.06 KB
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
{
"name": "gamestick_sample",
"private": true,
"version": "0.1.0",
"description": "",
"scripts": {
"postinstall": "npm run build",
"build": "rimraf ./script && tsc && akashic-cli-scan asset script",
"update": "akashic-cli-scan asset && akashic-cli-scan globalScripts",
"lint": "eslint \"src/**/*.ts\" --fix",
"start": "akashic-cli-sandbox .",
"export-zip": "rimraf game.zip && akashic-cli-export zip -o game.zip -s",
"export-html": "rimraf game && akashic-cli-export html -o game"
},
"author": "",
"license": "",
"devDependencies": {
"@akashic/akashic-cli-export": "^1.7.51",
"@akashic/akashic-cli-scan": "^0.17.0",
"@akashic/akashic-engine": "^3.6.0",
"@akashic/akashic-cli-sandbox": "~1.1.9",
"@akashic/headless-akashic": "^4.0.0",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^9.12.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.11.0",
"rimraf": "^6.0.0",
"typescript": "^5.0.0"
}
}