{
  "name": "quill-image-drop-and-paste",
  "version": "2.0.1",
  "description": "A quill editor module for drop and paste image, with a callback hook before insert image into the editor",
  "main": "dist/quill-image-drop-and-paste.cjs.js",
  "module": "dist/quill-image-drop-and-paste.esm.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "e2e": "cypress run",
    "build": "rm -rf dist && rollup -c rollup.config.js && sh bin/post-build.sh"
  },
  "lint-staged": {
    "./src/*.{js,ts}": [
      "eslint --fix"
    ]
  },
  "keywords": [
    "quill",
    "editor",
    "drop",
    "image",
    "paste",
    "image"
  ],
  "author": "Jacket Chen <342115615@qq.com>",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@testing-library/dom": "^8.1.0",
    "@types/jest": "^27.0.0",
    "@types/quill": "^2.0.9",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "@typescript-eslint/parser": "^5.33.0",
    "clipboardy": "^2.3.0",
    "cypress": "^8.2.0",
    "cypress-real-events": "^1.5.1",
    "eslint": "^8.22.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-cypress": "^2.11.3",
    "husky": "^7.0.1",
    "jest": "^27.0.6",
    "lint-staged": "^11.1.2",
    "prettier": "^2.3.2",
    "quill": "^2.0.2",
    "rollup": "^2.56.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.34.1",
    "ts-jest": "^27.0.4",
    "tslib": "^2.5.0",
    "typescript": "^4.3.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chenjuneking/quill-image-drop-and-paste.git"
  },
  "bugs": {
    "url": "https://github.com/chenjuneking/quill-image-drop-and-paste/issues"
  }
}
