{ "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": { "colibri-packer": "^1.0.1", "tslint": "^6.1.3", "typescript": "^5.3.3" }, "author": "Arian Fornaris (https://phasereditor2d.com)", "license": "MIT" }