{
  "name": "@textbus/toolbar",
  "version": "1.1.8",
  "description": "TextBus tool extensions.",
  "main": "./bundles/public-api.js",
  "module": "./bundles/public-api.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 && webpack --config webpack-sass.config.js && tsc -p tsconfig-build.json",
    "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/color": "^0.0.3",
    "@tanbo/color-picker": "^0.1.2",
    "@tanbo/css-themes": "^0.0.1",
    "@textbus/components": "^1.1.8",
    "@textbus/core": "^1.1.8",
    "@textbus/formatters": "^1.1.8",
    "@textbus/uikit": "^1.1.8",
    "rxjs": "^6.0.0"
  },
  "author": {
    "name": "Tanbo",
    "email": "tanbohb@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/textbus/toolbar.git"
  },
  "bugs": {
    "url": "https://github.com/textbus/toolbar.git/issues"
  },
  "gitHead": "ec9a520e2ef0e3d5f0d4fbe03f1d5e872f539d0e"
}
