{
  "name": "three-good-godrays",
  "version": "0.12.0",
  "description": "Screen-space raymarched godrays for three.js using the pmndrs postprocessing library",
  "type": "module",
  "main": "build/three-good-godrays.js",
  "module": "build/three-good-godrays.esm.js",
  "types": "build/three-good-godrays.d.ts",
  "exports": {
    ".": {
      "types": "./build/three-good-godrays.d.ts",
      "import": "./build/three-good-godrays.esm.js",
      "default": "./build/three-good-godrays.js"
    }
  },
  "sideEffects": false,
  "keywords": [
    "three",
    "threejs",
    "godrays",
    "postprocessing",
    "raymarching"
  ],
  "contributors": [
    {
      "name": "n8programs",
      "url": "https://github.com/n8python"
    },
    {
      "name": "Casey Primozic",
      "url": "https://github.com/ameobea"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ameobea/three-good-godrays.git"
  },
  "bugs": {
    "url": "https://github.com/ameobea/three-good-godrays/issues"
  },
  "files": [
    "build",
    "types"
  ],
  "engines": {
    "node": ">= 0.13.2"
  },
  "scripts": {
    "clean": "mkdir -p build && rimraf build types",
    "copy-files": "cp -r demo/static/* public/demo",
    "build:js": "node esbuild.mjs",
    "build:js:min": "node esbuild.mjs -m",
    "build:types": "tsc --declaration --emitDeclarationOnly && mv build/index.d.ts build/three-good-godrays.d.ts",
    "prepublishOnly": "run-s clean build:types build:js:min copy-files",
    "prettier": "prettier --write \"src/**/*.{ts,js,tsx}\" && prettier --write \"demo/**/*.{ts,js,tsx}\""
  },
  "peerDependencies": {
    "@types/three": ">= 0.125.0",
    "postprocessing": "^6.33.4",
    "three": ">= 0.125.0 <= 0.182.0"
  },
  "peerDependenciesMeta": {
    "@types/three": {
      "optional": true
    }
  },
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "^4.1.1",
    "@types/dat.gui": "^0.7.12",
    "@types/three": "^0.182.0",
    "dat.gui": "^0.7.9",
    "esbuild": "^0.19.11",
    "esbuild-plugin-glsl": "1.x.x",
    "eslint": "8.x.x",
    "npm-run-all": "^4.1.5",
    "postprocessing": "^6.38.2",
    "prettier": "^3.2.4",
    "rimraf": "^5.0.5",
    "three": "^0.182.0",
    "three-demo": "^5.1.3",
    "typescript": "^5.3.3"
  }
}
