{
  "name": "tinymce-plugin",
  "private": false,
  "version": "0.0.3-beta.22",
  "main": "./tinymce-plugin.min.js",
  "unpkg": "./tinymce-plugin.min.js",
  "module": "./tinymce-plugin.umd.js",
  "types": "./types/main.d.ts",
  "scripts": {},
  "author": "Five(Li Hailong)",
  "license": "Apache-2.0",
  "description": "tinymce-plugin",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E $HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "tinymce",
    "tinymce-plugin",
    "tinymce-skeleton",
    "plugin",
    "importword",
    "",
    "langs",
    "plugins",
    "skt",
    "attachment",
    "attachment",
    "axupimgs",
    "axupimgs",
    "bdmap",
    "bdmap",
    "imagetools",
    "imagetools",
    "tpExtendgroups",
    "extendgroups",
    "tpImportword",
    "importword",
    "tpIndent2em",
    "indent2em",
    "tpLayout",
    "layout",
    "tpLetterspacing",
    "letterspacing",
    "tpLineheight",
    "lineheight",
    "tpTable",
    "table",
    "upfile",
    "upfile"
  ],
  "files": [
    "types",
    "tinymce-plugin.js",
    "tinymce-plugin.umd.js",
    "tinymce-plugin.min.js",
    "langs",
    "plugins",
    "skt"
  ],
  "homepage": "https://github.com/tinymce-plugin",
  "devDependencies": {
    "@commitlint/cli": "^17.0.3",
    "@commitlint/config-conventional": "^17.0.3",
    "@rollup/plugin-typescript": "^8.3.1",
    "@types/node": "^17.0.23",
    "commitizen": "^4.2.5",
    "conventional-changelog": "^3.1.25",
    "conventional-changelog-cli": "^2.2.2",
    "cz-git": "^1.3.10",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "tinymce": "5.8.2",
    "ts-morph": "^14.0.0",
    "tslib": "^2.3.1",
    "typescript": "^4.5.4",
    "vite": "^2.8.0",
    "vue-tsc": "^0.29.8"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-git"
    }
  }
}