{
  "name": "@paper-design/shaders-react",
  "version": "0.0.76",
  "license": "SEE LICENSE IN https://github.com/paper-design/shaders/blob/main/LICENSE",
  "type": "module",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "type-check": "tsc --project tsconfig.json"
  },
  "dependencies": {
    "@paper-design/shaders": "0.0.76"
  },
  "devDependencies": {
    "@types/react": "19.1.0"
  },
  "peerDependencies": {
    "@types/react": "^18 || ^19",
    "react": "^18 || ^19"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  }
}