{
  "name": "@takram/three-atmosphere",
  "version": "0.18.0",
  "description": "A Three.js and R3F implementation of Precomputed Atmospheric Scattering",
  "keywords": [
    "three",
    "three.js",
    "geospatial",
    "atmosphere",
    "sun",
    "sky"
  ],
  "homepage": "https://github.com/takram-design-engineering/three-geospatial/tree/main/packages/atmosphere",
  "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"
    },
    "./shaders": {
      "types": "./types/shaders/index.d.ts",
      "import": "./build/shaders.js",
      "require": "./build/shaders.cjs"
    },
    "./shaders/bruneton": {
      "types": "./types/shaders/bruneton/index.d.ts",
      "import": "./build/shaders/bruneton.js",
      "require": "./build/shaders/bruneton.cjs"
    },
    "./webgpu": {
      "types": "./types/webgpu/index.d.ts",
      "import": "./build/webgpu.js",
      "require": "./build/webgpu.cjs"
    }
  },
  "main": "./build/index.cjs",
  "module": "./build/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "assets",
    "build",
    "src",
    "types",
    "package.json",
    "CHANGELOG.md",
    "README.md"
  ],
  "dependencies": {
    "@takram/three-geospatial": "0.8.0",
    "astronomy-engine": "^2.1.19",
    "react-merge-refs": "^3.0.2",
    "tiny-invariant": "^1.3.3",
    "url-join": "^5.0.0"
  },
  "peerDependencies": {
    "@react-three/drei": ">=10.0.2",
    "@react-three/fiber": ">=9.0.4",
    "@react-three/postprocessing": ">=3.0.4",
    "postprocessing": ">=6.36.7",
    "react": ">=19.0",
    "three": ">=0.170.0"
  },
  "peerDependenciesMeta": {
    "@react-three/drei": {
      "optional": true
    },
    "@react-three/fiber": {
      "optional": true
    },
    "@react-three/postprocessing": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  }
}