{
  "name": "@textbus/collaborate",
  "version": "5.0.0-alpha.2",
  "description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",
  "main": "./bundles/index.js",
  "module": "./bundles/index.esm.js",
  "typings": "./bundles/public-api.d.ts",
  "scripts": {
    "start": "webpack-dev-server",
    "test": "cross-env env=test jest",
    "test-c": "cross-env env=test jest --coverage",
    "build:lib": "rimraf bundles && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
    "publish:lib": "npm run build:lib && npm publish --access=public"
  },
  "license": "GPL-3.0-only",
  "keywords": [
    "textbus",
    "富文本编辑器",
    "wysiwyg",
    "wysiwyg editor",
    "rich text editor",
    "editor",
    "html editor",
    "web editor",
    "typescript editor"
  ],
  "dependencies": {
    "@hocuspocus/provider": "^2.15.2",
    "@tanbo/stream": "^1.2.7",
    "@textbus/core": "^5.0.0-alpha.2",
    "@viewfly/core": "^2.0.0-alpha.3",
    "y-websocket": "^2.1.0",
    "yjs": "^13.6.23"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-typescript": "^12.1.2",
    "rimraf": "^3.0.2",
    "rollup": "4.22.4",
    "tslib": "^2.4.1"
  },
  "author": {
    "name": "Tanbo",
    "email": "tanbohb@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/textbus/textbus.git"
  },
  "bugs": {
    "url": "https://github.com/textbus/textbus.git/issues"
  },
  "gitHead": "97907867dcabead654d9269cbf241da769c17dbd"
}
