| 1234567891011121314151617181920212223242526272829 |
- {
- "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",
- "start": "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 <[email protected]> (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.70.0"
- }
- }
|