{
  "name": "use-cannon",
  "version": "0.5.3",
  "description": "physics based hooks for react-three-fiber",
  "keywords": [
    "cannon",
    "three",
    "react",
    "react-three-fiber"
  ],
  "author": "Paul Henschel",
  "contributors": [
    "Cody Persinger <codypersinger@gmail.com> (https://github.com/codynova)"
  ],
  "license": "MIT",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "prebuild": "rimraf dist && npm run typegen",
    "build": "rollup -c",
    "prepare": "npm run build",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false --strict --jsx react",
    "typegen": "tsc",
    "test": "echo tests are missing"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "prettier": {
    "semi": false,
    "trailingComma": "es5",
    "singleQuote": true,
    "jsxBracketSameLine": true,
    "tabWidth": 2,
    "printWidth": 110
  },
  "peerDependencies": {
    "react": ">=16.13",
    "react-dom": ">=16.13",
    "react-three-fiber": ">=4.2",
    "typescript": ">=3.9"
  },
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/plugin-transform-modules-commonjs": "^7.10.1",
    "@babel/plugin-transform-parameters": "^7.10.1",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/plugin-transform-template-literals": "^7.10.1",
    "@babel/preset-env": "^7.10.2",
    "@babel/preset-react": "^7.10.1",
    "@babel/preset-typescript": "^7.10.1",
    "@babel/register": "^7.10.1",
    "@types/react": "^16.9.36",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "cannon-es": "^0.15.0",
    "husky": "^4.2.5",
    "lebab": "^3.1.0",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "react-three-fiber": "^4.2.12",
    "rimraf": "^3.0.2",
    "rollup": "^2.19.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^6.1.0",
    "rollup-plugin-web-worker-loader": "^1.3.1",
    "three": "^0.118.3",
    "typescript": "^3.9.6",
    "react-merge-refs": "^1.0.0"
  }
}
