{
  "name": "pixi-transformer",
  "version": "1.0.2",
  "description": "",
  "main": "lib/app/app.js",
  "types": "lib/app/app.d.ts",
  "scripts": {
    "test": "jest",
    "start": "npm run clean && parcel src/index.html",
    "build": "npm run clean && tsc && parcel build src/index.html --public-url ./",
    "build_serve": "npm run build && http-server ./dist",
    "clean": "rimraf ./dist ./.cache ./lib"
  },
  "author": "gxkai",
  "license": "MIT",
  "homepage": "https://github.com/gxkai/parcel-pixi-sprite-editor#readme",
  "repository": {
    "url": "https://github.com/gxkai/parcel-pixi-sprite-editor"
  },
  "dependencies": {
    "keyboardjs": "^2.6.4",
    "pixi-layers": "^0.3.1",
    "pixi-viewport": "^4.23.1",
    "pixi.js-legacy": "^5.3.7",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/jest": "~26.0.15",
    "@types/keyboardjs": "^2.5.0",
    "@types/uuid": "^8.3.0",
    "babel-preset-es2015": "~6.24.1",
    "http-server": "~0.12.3",
    "jest": "~26.6.3",
    "parcel-bundler": "~1.12.4",
    "parcel-plugin-static-files-copy": "^2.6.0",
    "rimraf": "~2.6.2",
    "ts-jest": "~26.4.4",
    "typescript": "~4.0.5"
  }
}
