{
  "name": "@three-ts/orbit-controls",
  "version": "1.4.7",
  "description": "Three.js OrbitControls typescript compatible package",
  "main": "dist",
  "scripts": {
    "preversion": "npm test && tsc -p tsconfig.json",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IPRIT/three-orbitcontrols-ts.git"
  },
  "author": "Alex Belov",
  "license": "MIT",
  "keywords": [
    "orbit",
    "controls",
    "camera",
    "typescript",
    "controller",
    "threejs",
    "three",
    "js"
  ],
  "bugs": {
    "url": "https://github.com/IPRIT/three-orbitcontrols-ts/issues"
  },
  "homepage": "https://github.com/IPRIT/three-orbitcontrols-ts#readme",
  "dependencies": {
    "three": "^0.126.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.15",
    "@types/core-js": "^2.5.4",
    "@types/jsdom": "^16.2.6",
    "@types/mocha": "^8.2.1",
    "@types/three": "^0.125.3",
    "chai": "^4.3.0",
    "jsdom": "^16.4.0",
    "mocha": "^8.3.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.2"
  },
  "typings": "dist/index.d.ts"
}
