{
  "name": "@react-three/xr",
  "description": "VR/AR for react-three-fiber",
  "author": "Bela Bohlender",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://github.com/pmndrs/xr",
  "type": "module",
  "keywords": [
    "r3f",
    "xr",
    "ar",
    "vr",
    "three.js",
    "react",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:pmndrs/xr.git"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "peerDependencies": {
    "@react-three/fiber": ">=8",
    "react": ">=18",
    "react-dom": ">=18",
    "three": "*"
  },
  "devDependencies": {
    "@react-three/fiber": "rc",
    "typedoc": "^0.28.3",
    "typedoc-plugin-frontmatter": "^1.3.0",
    "typedoc-plugin-markdown": "^4.6.3"
  },
  "dependencies": {
    "suspend-react": "^0.1.3",
    "tunnel-rat": "^0.1.2",
    "zustand": "^4.5.2",
    "@pmndrs/pointer-events": "~6.6.17",
    "@pmndrs/xr": "~6.6.17"
  },
  "version": "6.6.17",
  "scripts": {
    "build": "tsc",
    "generate_docs": "typedoc",
    "check:prettier": "prettier --check src",
    "check:eslint": "eslint \"src/**/*.{ts,tsx}\"",
    "fix:prettier": "prettier --write src",
    "fix:eslint": "eslint \"src/**/*.{ts,tsx}\" --fix"
  }
}