{
  "name": "quill-full-html-edit-button",
  "description": "A Quill rich text editor Module which adds an html edit button to the quill editor",
  "version": "1.0.1",
  "main": "dist/quill.htmlEditButton.min.js",
  "types": "types/index.d.ts",
  "repository": "https://github.com/trieunn-field/quill-full-html-edit-button",
  "author": "TrieuNN <trieu.nguyennhu@gmail.com>",
  "license": "MIT",
  "scripts": {
    "watch": "webpack --watch --progress",
    "build": "yarn build-lib && yarn build-types",
    "build-lib": "webpack --mode production",
    "build-types": "tsc --declaration --emitDeclarationOnly",
    "test": "jest",
    "test-watch": "jest --watch-all",
    "clean": "rm -rf dist/"
  },
  "keywords": [
    "quill",
    "quilljs",
    "html",
    "button",
    "edit"
  ],
  "dependencies": {
    "quill": "^1.x"
  },
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.22",
    "@types/quill": "^2.0.1",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.3",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "babel-preset-env": "^1.6.1",
    "copy-webpack-plugin": "4.x",
    "css-loader": "^0.28.8",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "highlight.js": "^10.1.2",
    "html-loader": "^1.3.2",
    "jest": "^26.6.3",
    "style-loader": "^0.19.1",
    "terser-webpack-plugin": "2.3.6",
    "ts-jest": "^26.4.4",
    "ts-loader": "^8.0.11",
    "typescript": "^4.1.2",
    "uglifyjs-webpack-plugin": "^1.1.6",
    "webpack": "^4.1.0",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.1.14",
    "write-file-webpack-plugin": "^4.5.1"
  }
}
