package.json 569 B

12345678910111213141516171819
  1. {
  2. "name": "phasereditor2d.ide",
  3. "version": "1.0.0",
  4. "description": "Phaser Editor 2D IDE.",
  5. "repository": "github:PhaserEditor2D/PhaserEditor2D-v3",
  6. "scripts": {
  7. "start": "tsc -b -w",
  8. "build": "tsc -b",
  9. "clean": "tsc -b -clean",
  10. "editor-dev": "PhaserEditor2D -editor . -project \"$PHASEREDITOR_DEMO_PROJECT\" -dev"
  11. },
  12. "devDependencies": {
  13. "colibri-packer": "^1.0.1",
  14. "tslint": "^6.1.3",
  15. "typescript": "^5.3.3"
  16. },
  17. "author": "Arian Fornaris <[email protected]> (https://phasereditor2d.com)",
  18. "license": "MIT"
  19. }