{
  "name": "camera-controls",
  "version": "1.37.2",
  "author": "Yomotsu",
  "license": "MIT",
  "main": "dist/camera-controls.js",
  "jsnext:main": "dist/camera-controls.module.js",
  "module": "dist/camera-controls.module.js",
  "types": "dist/index.d.ts",
  "repository": "yomotsu/camera-controls",
  "devDependencies": {
    "@types/three": "^0.144.0",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "downlevel-dts": "^0.10.1",
    "eslint": "^8.23.0",
    "eslint-config-mdcs": "^5.0.0",
    "rollup": "^2.79.0",
    "rollup-plugin-typescript2": "^0.33.0",
    "terser": "^5.15.0",
    "three": "^0.141.0",
    "typedoc": "^0.23.14",
    "typescript": "^4.8.2"
  },
  "peerDependencies": {
    "three": ">=0.126.1"
  },
  "scripts": {
    "dev": "rollup --config --watch",
    "build": "rollup --config && terser dist/camera-controls.js -o dist/camera-controls.min.js --comments '/^!/' && downlevel-dts . .",
    "lint": "eslint src --ext ts",
    "typedoc": "typedoc"
  },
  "browserslist": [
    "last 3 versions",
    "not ie <= 11"
  ],
  "eslintConfig": {
    "root": true,
    "parser": "@typescript-eslint/parser",
    "extends": "mdcs",
    "plugins": [
      "@typescript-eslint"
    ],
    "rules": {
      "no-unused-vars": 0,
      "@typescript-eslint/no-unused-vars": 1,
      "indent": 0,
      "@typescript-eslint/indent": [
        "error",
        "tab",
        {
          "SwitchCase": 1,
          "flatTernaryExpressions": true
        }
      ],
      "no-multi-spaces": [
        0
      ],
      "no-trailing-spaces": [
        "error",
        {
          "ignoreComments": true
        }
      ],
      "key-spacing": [
        0
      ]
    }
  },
  "eslintIgnore": [
    "/dist/",
    "/node_modules/"
  ],
  "typesVersions": {
    "<=3.4.0-0": {
      "*": [
        "./"
      ]
    }
  },
  "keywords": [
    "three",
    "three.js",
    "orbit",
    "controls",
    "OrbitControls",
    "camera"
  ]
}
