{
  "name": "@pluv/client",
  "version": "5.0.0",
  "description": "@pluv/io frontend client",
  "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/client"
  },
  "type": "module",
  "types": "./dist/index.d.mts",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "wonka": "^6.3.6",
    "@pluv/crdt": "^5.0.0",
    "@pluv/types": "^5.0.0"
  },
  "devDependencies": {
    "eslint": "^10.5.0",
    "tsdown": "0.22.3",
    "typescript": "^5.9.3",
    "eslint-config-pluv": "^5.0.0",
    "@pluv/tsconfig": "^5.0.0"
  },
  "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"
  }
}