-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1023 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 1023 Bytes
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
{
"name": "starter-template-basic-typescript",
"version": "1.0.0",
"description": "Basic Phaser Editor 2D project template for TypeScript.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc -w",
"build": "tsc -b",
"editor": "phasereditor2d-launcher -project . -port 1959",
"editor-remote": "phasereditor2d-launcher -project . -disable-open-browser -public -port 1959"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhaserEditor2D/starter-template-basic-typescript.git"
},
"author": "Phaser Editor 2D <developers@phasereditor2d.com> (https://phasereditor2d.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PhaserEditor2D/starter-template-basic-typescript/issues"
},
"homepage": "https://github.com/PhaserEditor2D/starter-template-basic-typescript#readme",
"devDependencies": {
"phasereditor2d-launcher": "^3.32.0",
"typescript": "^5.0.4"
},
"dependencies": {
"phaser": "^3.60.0"
}
}