{
  "name": "@three3d/volume",
  "version": "1.4.3",
  "description": "@three3d/volume 提供了 ThreeJS 的云效果，包括：点状云、线状云、热力云",
  "main": "./dist/volume.umd.js",
  "module": "./dist/volume.mjs",
  "exports": {
    "import": "./dist/volume.mjs",
    "require": "./dist/volume.umd.js"
  },
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "sideEffects": false,
  "homepage": "https://github.com/GuoBinyong/three-volume#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/GuoBinyong/three-volume"
  },
  "bugs": {
    "url": "https://github.com/GuoBinyong/three-volume/issues",
    "email": "guobinyong@qq.com"
  },
  "keywords": [
    "前端库",
    "web库",
    "library",
    "vite",
    "vite 模板",
    "公共代码"
  ],
  "author": {
    "name": "郭斌勇",
    "email": "guobinyong@qq.com"
  },
  "license": "MIT",
  "files": [
    "dist/[^.]*",
    "types/[^.]*",
    "docs/[^.]*",
    "doc/[^.]*"
  ],
  "devDependencies": {
    "@microsoft/api-documenter": "^7.22.7",
    "@microsoft/api-extractor": "^7.35.1",
    "build-tls": "^1.3.12",
    "dts-bundle-generator": "^8.0.1",
    "package-tls": "^1.3.2",
    "rollup-plugin-preserve-shebang": "^1.0.1",
    "three": ">=0.152.0",
    "typescript": "^5.0.4",
    "vite": "^4.3.9"
  },
  "peerDependencies": {
    "three": ">=0.152.0"
  },
  "peerDependenciesMeta": {
    "three": {
      "optional": false
    }
  },
  "dependencies": {
    "@types/three": ">=0.152.0",
    "type-tls": "^2.5.0",
    "@three3d/tools": "^1.5.2",
    "image-tls": "^1.2.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "bunch": "vite build --mode bunch",
    "debug": "debug=true vite build",
    "debug:bunch": "debug=true vite build --mode bunch",
    "preview": "vite preview",
    "api": "api-extractor run -c api-extractor.jsonc -l -v",
    "doc": "api-documenter markdown -i ./temp -o doc/api",
    "apidoc": "npm run api ; npm run doc"
  }
}