| 123456789101112131415161718 |
- {
- "name": "phasereditor2d.ide",
- "version": "1.0.0",
- "description": "Phaser Editor 2D IDE.",
- "repository": "github:PhaserEditor2D/PhaserEditor2D-v3",
- "scripts": {
- "start": "tsc -b -w",
- "build": "tsc -b",
- "clean": "tsc -b -clean",
- "editor-dev": "PhaserEditor2D -editor . -project \"$PHASEREDITOR_DEMO_PROJECT\" -dev"
- },
- "devDependencies": {
- "tslint": "^6.1.3",
- "typescript": "^4.3.2"
- },
- "author": "Arian Fornaris <[email protected]> (https://phasereditor2d.com)",
- "license": "MIT"
- }
|