package.json 537 B

123456789101112131415161718
  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. "tslint": "^6.1.3",
  14. "typescript": "^4.3.2"
  15. },
  16. "author": "Arian Fornaris <[email protected]> (https://phasereditor2d.com)",
  17. "license": "MIT"
  18. }