{
  "name": "quill-upload",
  "version": "0.0.14",
  "description": "Handler Upload for Quill",
  "main": "dist/quill-upload.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack.config.js"
  },
  "dependencies": {
    "@babel/runtime": "^7.16.0",
    "quill": "^2.0.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.0",
    "@babel/plugin-transform-runtime": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "babel-loader": "^8.2.3",
    "terser-webpack-plugin": "^5.3.1",
    "webpack": "^5.70.0",
    "webpack-cli": "^4.9.2"
  },
  "peerDependencies": {
    "quill": "^1.3.7"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/john-techfox/quill-upload.git"
  },
  "keywords": [
    "quill-upload",
    "quill",
    "image",
    "upload",
    "uploader"
  ],
  "author": "john@techfox.io",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/john-techfox/quill-upload/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "homepage": "https://github.com/john-techfox/quill-upload#readme"
}
