{
  "name": "@urun-sh/react",
  "version": "0.2.60",
  "description": "React bindings for the urun TypeScript SDK",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/urun-sh/urun-ts.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/urun-sh/urun-ts/issues"
  },
  "homepage": "https://github.com/urun-sh/urun-ts/tree/main/packages/react#readme",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./auth": {
      "types": "./dist/auth.d.ts",
      "import": "./dist/auth.mjs",
      "require": "./dist/auth.js"
    },
    "./workos": {
      "types": "./dist/workos.d.ts",
      "import": "./dist/workos.mjs",
      "require": "./dist/workos.js"
    },
    "./next-workos": {
      "types": "./dist/next-workos.d.ts",
      "import": "./dist/next-workos.mjs",
      "require": "./dist/next-workos.js"
    },
    "./video": {
      "types": "./dist/video.d.ts",
      "import": "./dist/video.mjs",
      "require": "./dist/video.js"
    },
    "./styles.css": "./dist/styles.css",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsup && node -e \"require('fs').copyFileSync('src/components/styles.css','dist/styles.css')\" && node ../../scripts/sanitize-dist.mjs .",
    "prepack": "pnpm build",
    "test": "vitest run",
    "test:e2e": "playwright test",
    "test:e2e:install": "playwright install --with-deps chromium webkit",
    "typecheck": "tsc --noEmit",
    "dev": "tsup --watch"
  },
  "peerDependencies": {
    "@urun-sh/core": "^0.2.60",
    "@workos-inc/authkit-nextjs": "^3.0.0",
    "@workos-inc/authkit-react": "^0.15.0 || ^0.16.0",
    "next": "^15.0.0 || ^16.0.0",
    "react": "^18.2.0 || ^19.0.0",
    "video.js": "^8.0.0"
  },
  "dependencies": {
    "zod": "^3.24.0",
    "zustand": "^5.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.61.1",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/react": "^16.0.0",
    "@types/pngjs": "^6.0.5",
    "@types/react": "^19.2.15",
    "@urun-sh/core": "workspace:*",
    "@workos-inc/authkit-nextjs": "^3.0.0",
    "@workos-inc/authkit-react": "^0.16.1",
    "esbuild": "0.28.1",
    "eslint": "^9.39.5",
    "eslint-config-next": "16.2.7",
    "happy-dom": "^20.9.0",
    "next": "16.2.7",
    "pngjs": "^7.0.0",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "tsup": "^8.5.0",
    "typescript": "^5.3.0",
    "video.js": "^8.23.7",
    "vitest": "^3.0.0",
    "yjs": "^13.6.31"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "SECURITY.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "urun",
    "react",
    "typescript",
    "sdk",
    "webrtc",
    "realtime"
  ],
  "sideEffects": [
    "*.css",
    "**/*.css"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "peerDependenciesMeta": {
    "@workos-inc/authkit-react": {
      "optional": true
    },
    "@workos-inc/authkit-nextjs": {
      "optional": true
    },
    "next": {
      "optional": true
    },
    "video.js": {
      "optional": true
    }
  }
}
