{
  "name": "@gedit/compiler-phaser-plugin",
  "version": "0.1.20",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "prepare": "yarn run clean && yarn run build",
    "clean": "ext clean",
    "build": "ext build",
    "watch": "ext watch",
    "test": "ext test"
  },
  "dependencies": {
    "@gedit/runtime-compiler": "^0.1.20",
    "@gedit/runtime-render": "^0.1.20",
    "@gedit/utils": "^0.1.20"
  },
  "author": "Winsky Wen",
  "license": "MIT",
  "nyc": {
    "extends": "../../configs/nyc.json"
  },
  "gitHead": "4ec3420768cf24d1352dde3e2eec235cc7c4775a"
}
