{
  "name": "three-instanced-lod",
  "version": "1.0.0",
  "description": "用于在 three.js 大量重复物体，根据摄像机视锥范围局部渲染",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/typings.d.ts",
  "scripts": {
    "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js --watch",
    "build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "zhuxianyong",
    "email": "xianziycg@gmail.com",
    "url": "https://github.com/xianziljl"
  },
  "license": "MIT",
  "dependencies": {
    "three": "^0.142.0",
    "three-mesh-bvh": "^0.5.14"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.3.3",
    "@types/three": "^0.141.0",
    "cross-env": "^7.0.3",
    "rollup": "^2.75.7",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-dts-bundle": "^1.0.0",
    "rollup-plugin-serve": "^2.0.0",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4"
  }
}
