{
  "name": "@takram/three-geospatial-effects",
  "version": "0.6.4",
  "description": "A collection of post-processing effects",
  "keywords": [
    "three",
    "three.js",
    "geospatial"
  ],
  "homepage": "https://github.com/takram-design-engineering/three-geospatial/tree/main/packages/effects",
  "bugs": {
    "url": "https://github.com/takram-design-engineering/three-geospatial/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/takram-design-engineering/three-geospatial.git"
  },
  "license": "MIT",
  "author": "Shota Matsuda <shota@takram.com>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./build/index.js",
      "require": "./build/index.cjs"
    },
    "./r3f": {
      "types": "./types/r3f/index.d.ts",
      "import": "./build/r3f.js",
      "require": "./build/r3f.cjs"
    }
  },
  "main": "./build/index.cjs",
  "module": "./build/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "build",
    "src",
    "types",
    "package.json",
    "CHANGELOG.md",
    "README.md"
  ],
  "dependencies": {
    "@takram/three-geospatial": "0.9.1"
  },
  "peerDependencies": {
    "@react-three/fiber": ">=9.0.4",
    "@react-three/postprocessing": ">=3.0.4",
    "postprocessing": ">=6.36.4",
    "react": ">=19.0",
    "three": ">=0.170.0"
  },
  "peerDependenciesMeta": {
    "@react-three/fiber": {
      "optional": true
    },
    "@react-three/postprocessing": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  }
}