{
  "name": "cannon-es",
  "version": "0.13.0",
  "license": "MIT",
  "description": "A lightweight 3D physics engine written in JavaScript.",
  "homepage": "https://github.com/schteppe/cannon.js",
  "author": "Stefan Hedman <schteppe@gmail.com> (http://steffe.se)",
  "contributors": [
    "Cody Persinger <codypersinger@gmail.com> (https://github.com/codynova)",
    "Marco Fugaro <marco.fugaro@gmail.com> (https://github.com/marcofugaro)"
  ],
  "keywords": [
    "cannon.js",
    "cannon",
    "physics",
    "engine",
    "3d"
  ],
  "main": "./dist/cannon-es.cjs.js",
  "module": "./dist/cannon-es.js",
  "types": "./dist/cannon-es.d.ts",
  "sideEffects": false,
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "npm run typegen && rollup -c",
    "prepare": "npm run build",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false --strict",
    "typegen": "tsc --outFile dist/cannon-es.d.ts",
    "deploy": "gh-pages -d ."
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/react-spring/cannon-es.git"
  },
  "bugs": {
    "url": "https://github.com/schteppe/cannon.js/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.10.3",
    "@babel/preset-env": "^7.10.3",
    "@babel/preset-typescript": "^7.10.1",
    "@rollup/plugin-babel": "^5.0.4",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^8.1.0",
    "@rollup/plugin-replace": "^2.3.3",
    "gh-pages": "^3.1.0",
    "husky": "^4.2.5",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.18.0",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "typescript": "^3.9.5"
  }
}
