@textbus/platform-browser
Version:
Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.
60 lines • 1.43 kB
JSON
{
"name": "@textbus/platform-browser",
"version": "5.5.1",
"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": {
"@tanbo/stream": "^1.2.7",
"@viewfly/core": "^3.0.6",
"@textbus/core": "^5.5.1"
},
"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"
}
}