{
  "name": "@pluv/react",
  "version": "5.0.2",
  "description": "@pluv/client React.js bindings",
  "author": {
    "email": "david@pluv.io",
    "name": "i3dly",
    "url": "https://github.com/i3dly"
  },
  "license": "MIT",
  "homepage": "https://github.com/pluv-io/pluv",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pluv-io/pluv.git",
    "directory": "packages/react"
  },
  "type": "module",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@pluv/client": "^5.0.2",
    "@pluv/crdt": "^5.0.2",
    "@pluv/types": "^5.0.2",
    "fast-deep-equal": "^3.1.3"
  },
  "peerDependencies": {
    "@types/react": "^18.0.0 || ^19.0.0",
    "react": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@pluv/tsconfig": "^5.0.2",
    "@types/react": "^19.2.18",
    "eslint": "^10.9.0",
    "eslint-config-pluv": "^5.0.2",
    "react": "^19.2.8",
    "tsdown": "0.22.14",
    "typescript": "^5.9.3"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./*": "./*"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "eslint \"src/**/*.ts*\" --fix --max-warnings 0",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  }
}