{
  "name": "@getguru/slate-yjs-react",
  "sideEffects": false,
  "version": "1.1.1",
  "description": "React specific components/utils for slate-yjs.",
  "keywords": [
    "slate",
    "yjs",
    "collaborative",
    "react"
  ],
  "type": "module",
  "exports": {
    "require": "./dist/index.cjs",
    "default": "./dist/index.js"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "unpkg": "dist/index.global.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "yarn run tsup && tsc --emitDeclarationOnly",
    "dev": "yarn run tsup --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/guruhq/slate-yjs.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@getguru/slate-yjs-core": "^1.0.3",
    "@types/react": "^17.0.34",
    "@types/use-sync-external-store": "^0.0.3",
    "react": "^17.0.2",
    "slate": "^0.82.1",
    "tsup": "^5.12.1",
    "typescript": "^4.6.3",
    "yjs": "^13.5.29"
  },
  "peerDependencies": {
    "@getguru/slate-yjs-core": "^1.0.3",
    "react": ">=16.8.0",
    "slate": ">=0.70.0",
    "slate-react": ">=0.70.0",
    "yjs": "^13.5.29"
  },
  "bugs": {
    "url": "https://github.com/guruhq/slate-yjs/issues"
  },
  "homepage": "https://github.com/guruhq/slate-yjs#readme",
  "dependencies": {
    "use-sync-external-store": "^1.2.0",
    "y-protocols": "^1.0.5"
  }
}
