{
  "name": "cannon-es-control",
  "version": "0.0.4",
  "license": "MIT",
  "description": "A lightweight 3D physics engine written in JavaScript with control system tools",
  "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)",
    "Javier Belbruno <javierbelbruno@gmail.com> (https://github.com/javier747belbruno)"
  ],
  "keywords": [
    "cannon.js",
    "cannon",
    "physics",
    "control",
    "engine",
    "3d"
  ],
  "main": "./dist/cannon-es-control.cjs.js",
  "module": "./dist/cannon-es-control.js",
  "react-native": "./dist/cannon-es-control.js",
  "types": "./dist/cannon-es-control.d.ts",
  "sideEffects": false,
  "scripts": {
    "start": "npx serve -l 7477",
    "prebuild": "rimraf dist",
    "build": "npm run typegen && rollup -c",
    "prepublishOnly": "npm run build && npm run test",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false --strict",
    "typegen": "tsc --outFile dist/cannon-es-control.d.ts",
    "generate-docs": "typedoc && node ./scripts/inject-css-in-docs.mjs",
    "test": "jest"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Javier747Belbruno/cannon-es-control.git"
  },
  "bugs": {
    "url": "https://github.com/schteppe/cannon.js/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.13.15",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/preset-env": "^7.13.15",
    "@babel/preset-typescript": "^7.13.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "@rollup/plugin-replace": "^2.4.2",
    "@types/jest": "^26.0.22",
    "fs-extra": "^9.1.0",
    "husky": "4.3.8",
    "jest": "^26.6.0",
    "prettier": "^2.2.1",
    "pretty-quick": "^3.1.0",
    "readdirp": "^3.6.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.44.0",
    "rollup-plugin-filesize": "^9.1.1",
    "ts-jest": "^26.5.4",
    "typedoc": "0.20.30",
    "typescript": "^4.2.4",
    "serve": "latest"
  },
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "test"
  },
  "dependencies": {}
}
