{
  "name": "vue-phaserjs",
  "version": "2.21.0",
  "description": "A component library to integrate Phaser Framework with Vue.",
  "keywords": [
    "phaser",
    "vue"
  ],
  "homepage": "https://github.com/Esposter/Esposter/blob/main/packages/vue-phaserjs#readme",
  "bugs": {
    "url": "https://github.com/Esposter/Esposter/issues"
  },
  "license": "Apache-2.0",
  "author": "Jimmy Chen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Esposter/Esposter.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pnpm export:gen && vite build",
    "export:gen": "ctix build --config ../configuration/.ctirc-vue && ctix build --config ../configuration/.ctirc-ts",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "lint": "oxlint && eslint .",
    "lint:fix": "oxlint --fix && eslint --fix .",
    "test": "vitest",
    "typecheck": "vue-tsc"
  },
  "dependencies": {
    "@esposter/shared": "2.21.0",
    "parse-tmx": "2.21.0"
  },
  "peerDependencies": {
    "phaser": "^4.0.0",
    "phaser3-rex-plugins": "^1.80.20",
    "pinia": "^3.0.4",
    "vue": "^3.5.32"
  },
  "gitHead": "67d22ab15adc8715108bbde1f3f328e9251dc5a8"
}
