{
  "name": "@takram/three-atmosphere",
  "version": "0.11.1",
  "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": {
    ".": {
      "import": "./build/index.js",
      "require": "./build/index.cjs",
      "types": "./types/index.d.ts"
    },
    "./r3f": {
      "import": "./build/r3f.js",
      "require": "./build/r3f.cjs",
      "types": "./types/r3f/index.d.ts"
    },
    "./shaders": {
      "import": "./build/shaders.js",
      "require": "./build/shaders.cjs",
      "types": "./types/shaders/index.d.ts"
    }
  },
  "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.2.0",
    "astronomy-engine": "^2.1.19",
    "react-merge-refs": "^2.1.1",
    "three-stdlib": "2.35.14",
    "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"
  }
}