UNPKG

@textbus/collaborate

Version:

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

63 lines 1.52 kB
{ "name": "@textbus/collaborate", "version": "5.4.8", "description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.", "main": "./dist/index.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.esm.js", "require": "./dist/index.js" } }, "files": [ "dist" ], "sideEffects": false, "publishConfig": { "access": "public" }, "license": "MIT", "keywords": [ "textbus", "富文本编辑器", "wysiwyg", "wysiwyg editor", "rich text editor", "editor", "html editor", "web editor", "typescript editor" ], "dependencies": { "@hocuspocus/provider": "^2.15.2 || ^3.0.0", "@tanbo/stream": "^1.2.7", "@viewfly/core": "^3.0.5", "y-websocket": "^3.0.0", "yjs": "^13.6.29", "@textbus/core": "^5.4.8" }, "devDependencies": { "rimraf": "^3.0.2", "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" }, "scripts": { "test": "cross-env env=test jest", "test-c": "cross-env env=test jest --coverage", "build:lib": "rimraf dist && vite build", "publish:lib": "npm run build:lib && npm publish --access=public" } }