{
  "name": "@liveblocks/node-prosemirror",
  "version": "3.20.1",
  "description": "A server-side utility that lets you modify prosemirror and tiptap documents hosted in 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": {
    "@liveblocks/node": "3.20.1",
    "@liveblocks/core": "3.20.1"
  },
  "peerDependencies": {
    "@tiptap/core": "^3",
    "@tiptap/pm": "^3",
    "@tiptap/react": "^3",
    "@tiptap/starter-kit": "^3",
    "prosemirror-markdown": "^1.13.1",
    "y-prosemirror": "^1",
    "yjs": "^13"
  },
  "bugs": {
    "url": "https://github.com/liveblocks/liveblocks/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liveblocks/liveblocks.git",
    "directory": "packages/liveblocks-node"
  },
  "homepage": "https://liveblocks.io",
  "keywords": [
    "node",
    "liveblocks",
    "real-time",
    "toolkit",
    "multiplayer",
    "websockets",
    "collaboration",
    "collaborative",
    "presence",
    "crdts",
    "synchronize",
    "rooms",
    "documents",
    "conflict resolution"
  ]
}