{
  "name": "@blocknote/server-util",
  "homepage": "https://github.com/TypeCellOS/BlockNote",
  "private": false,
  "sideEffects": [
    "*.css"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TypeCellOS/BlockNote.git",
    "directory": "packages/server-util"
  },
  "license": "MPL-2.0",
  "version": "0.54.0",
  "files": [
    "dist",
    "types",
    "src"
  ],
  "keywords": [
    "react",
    "javascript",
    "editor",
    "typescript",
    "prosemirror",
    "wysiwyg",
    "rich-text-editor",
    "notion",
    "yjs",
    "block-based",
    "tiptap"
  ],
  "description": "A \"Notion-style\" block-based extensible text editor built on top of Prosemirror and Tiptap.",
  "type": "module",
  "source": "src/index.ts",
  "types": "./types/src/index.d.ts",
  "main": "./dist/blocknote-server-util.cjs",
  "module": "./dist/blocknote-server-util.js",
  "exports": {
    ".": {
      "types": "./types/src/index.d.ts",
      "import": "./dist/blocknote-server-util.js",
      "require": "./dist/blocknote-server-util.cjs"
    },
    "./style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css",
      "style": "./dist/style.css"
    }
  },
  "dependencies": {
    "@tiptap/pm": "^3.29.2",
    "jsdom": "^29.0.2",
    "yjs": "^13.6.27",
    "@blocknote/core": "^0.54.0",
    "@blocknote/react": "^0.54.0"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.7",
    "y-prosemirror": "^1.3.7",
    "y-protocols": "^1.0.6",
    "@types/react": "^19.2.3",
    "@types/react-dom": "^19.2.3",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "rimraf": "^5.0.10",
    "rollup-plugin-webpack-stats": "^0.2.6",
    "typescript": "^7.0.2",
    "vite-plus": "^0.2.9"
  },
  "peerDependencies": {
    "react": "^18.0 || ^19.0 || >= 19.0.0-rc",
    "react-dom": "^18.0 || ^19.0 || >= 19.0.0-rc"
  },
  "gitHead": "37614ab348dcc7faa830a9a88437b37197a2162d",
  "scripts": {
    "dev": "vp dev",
    "lint": "vp lint src",
    "test": "vp test --run",
    "test-watch": "vp test watch",
    "clean": "rimraf dist && rimraf types"
  }
}