{
  "name": "enable3d",
  "version": "0.26.1",
  "description": "3D Framework for Web, Mobile and PC",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "update": "npm update",
    "fix": "npm audit fix",
    "bundle": "cross-env-shell webpack --config ../../webpack/webpack.enable3d.cjs --env path=../bundles --env packageVersion=${npm_package_version}"
  },
  "keywords": [
    "3d",
    "game",
    "framework",
    "physics",
    "three",
    "three.js",
    "ammo",
    "ammo.js"
  ],
  "author": "Yannick Deubel",
  "license": "LGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enable3d/enable3d.git",
    "directory": "packages/enable3d"
  },
  "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"
  },
  "funding": {
    "url": "https://github.com/sponsors/yandeu"
  }
}
