{
  "name": "@enable3d/phaser-extension",
  "version": "0.26.1",
  "description": "3D extension for Phaser 3",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "update": "npm update",
    "fix": "npm audit fix",
    "bundle": "cross-env-shell webpack --config ../../webpack/webpack.phaserExtension.cjs --env path=../bundles --env packageVersion=${npm_package_version}"
  },
  "keywords": [
    "phaser",
    "three",
    "ammo",
    "3d",
    "game",
    "framework",
    "physics"
  ],
  "author": "Yannick Deubel",
  "license": "LGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enable3d/enable3d.git",
    "directory": "packages/phaserExtension"
  },
  "bugs": {
    "url": "https://github.com/enable3d/enable3d/issues"
  },
  "homepage": "https://enable3d.io",
  "dependencies": {
    "@enable3d/ammo-physics": "^0.26.1",
    "@enable3d/common": "^0.26.1",
    "@enable3d/three-graphics": "^0.26.1",
    "@enable3d/three-wrapper": "^0.26.1",
    "@yandeu/events": "0.0.7"
  },
  "peerDependencies": {
    "@types/three": "0.171.0",
    "phaser": "^3.55.2",
    "three": "0.171.0"
  },
  "funding": {
    "url": "https://github.com/sponsors/yandeu"
  }
}
