{
  "name": "@brakebein/threeoctree",
  "version": "2.0.1",
  "description": "(sparse + dynamic) 3D spatial representation structure for fast searches in three.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:Brakebein/threeoctree.git"
  },
  "keywords": [
    "three",
    "three.js",
    "octree",
    "3d"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Brakebein/threeoctree/issues"
  },
  "homepage": "https://github.com/Brakebein/threeoctree#readme",
  "main": "build/threeoctree.js",
  "module": "build/threeoctree.module.js",
  "types": "types/index.d.ts",
  "scripts": {
    "build": "npx rollup -c && npx tsc -d --emitDeclarationOnly --declarationDir types && npx eslint --fix --quiet --ext .d.ts types"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-typescript": "^8.3.0",
    "@types/three": "^0.133.1",
    "@typescript-eslint/eslint-plugin": "^5.1.0",
    "@typescript-eslint/parser": "^5.1.0",
    "eslint": "^8.0.1",
    "eslint-plugin-html": "^6.2.0",
    "rollup": "^2.58.0",
    "rollup-plugin-terser": "^7.0.2",
    "three": "^0.133.1",
    "tslib": "^2.3.1",
    "tslint": "^6.1.3",
    "typescript": "^4.4.4"
  },
  "peerDependencies": {
    "three": ">=0.130.2"
  }
}
