{
  "name": "@liveblocks/yjs",
  "version": "3.18.5",
  "description": "Integrate your existing or new Yjs documents with Liveblocks.",
  "license": "Apache-2.0",
  "author": "Liveblocks Inc.",
  "type": "module",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "module": "./dist/index.js",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist/**",
    "README.md"
  ],
  "dependencies": {
    "@noble/hashes": "^1.8.0",
    "js-base64": "^3.7.7",
    "lib0": "^0.2.0",
    "y-indexeddb": "^9.0.12",
    "@liveblocks/client": "3.18.5",
    "@liveblocks/core": "3.18.5"
  },
  "peerDependencies": {
    "yjs": "^13"
  },
  "sideEffects": false,
  "bugs": {
    "url": "https://github.com/liveblocks/liveblocks/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liveblocks/liveblocks.git",
    "directory": "packages/liveblocks-yjs"
  },
  "homepage": "https://liveblocks.io",
  "keywords": [
    "yjs",
    "react",
    "liveblocks",
    "real-time",
    "toolkit",
    "multiplayer",
    "websockets",
    "collaboration",
    "collaborative",
    "presence",
    "crdts",
    "synchronize",
    "rooms",
    "documents",
    "conflict resolution"
  ]
}