-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1013 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
{
"name": "turitoomo",
"private": true,
"version": "0.1.0",
"description": "",
"scripts": {
"build": "rimraf ./script && tsc && akashic-cli-scan asset script",
"update": "akashic-cli-scan asset && akashic-cli-scan globalScripts",
"lint": "tslint -c tslint.json -p tsconfig.json",
"start": "npm run build && akashic-sandbox .",
"export-zip": "rimraf game.zip && akashic-cli-export-zip -o game.zip -s",
"export-html": "rimraf game && akashic-cli-export-html -o game",
"test": "jest"
},
"author": "",
"license": "",
"devDependencies": {
"@akashic/akashic-cli-export-html": "~0.2.9",
"@akashic/akashic-cli-export-zip": "~0.3.5",
"@akashic/akashic-cli-scan": "~0.2.6",
"@akashic/akashic-engine": "~2.4.11",
"@akashic/akashic-sandbox": "~0.13.55",
"@types/node": "^13.1.8",
"jest": "24.9.0",
"rimraf": "2.7.1",
"tslint": "5.20.1",
"typescript": "3.7.5"
},
"dependencies": {
"@akashic-extension/akashic-label": "^2.0.7"
}
}