@textbus/collaborate
Version:
Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.
55 lines (54 loc) • 1.55 kB
JSON
{
"name": "@textbus/collaborate",
"version": "3.8.5",
"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": {
"@tanbo/di": "^1.1.8",
"@tanbo/stream": "^1.2.5",
"@textbus/core": "^3.8.5",
"reflect-metadata": "^0.1.13",
"y-protocols": "^1.0.5",
"yjs": "^13.6.7"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-typescript": "^9.0.2",
"rimraf": "^3.0.2",
"rollup": "^3.2.5",
"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": "cf4fd289b73bc777124a32fe42bb58eba05a34f1"
}