{
  "name": "vue-quill-next",
  "version": "1.3.1",
  "description": "Maintained fork of vue-quill, updated for Quill v2 compatibility.",
  "main": "index.js",
  "module": "dist/vue-quill-next.esm-bundler.js",
  "unpkg": "dist/vue-quill-next.global.prod.js",
  "jsdelivr": "dist/vue-quill-next.global.prod.js",
  "types": "dist/vue-quill-next.d.ts",
  "files": [
    "index.js",
    "dist"
  ],
  "buildOptions": {
    "name": "VueQuill",
    "formats": [
      "esm-bundler",
      "esm-browser",
      "cjs",
      "global"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/babu-ch/vue-quill.git"
  },
  "keywords": [
    "vue-quill",
    "vue-quill-next",
    "vue 3 quill component",
    "vue 3 quill editor",
    "vue 3 text editor",
    "vue 3 rich text editor",
    "vue 3 web editor",
    "vue 3 editor",
    "vue 3 wysiwyg",
    "vue 3 wysiwyg editor"
  ],
  "author": "Based on work by Ahmad Luthfi Masruri (vueup), maintained by babu-ch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/babu-ch/vue-quill/issues"
  },
  "homepage": "https://babu-ch.github.io/vue-quill/",
  "dependencies": {
    "quill": "^2.0.3",
    "quill-delta": "^5.1.0"
  },
  "peerDependencies": {
    "vue": "^3.2.41"
  }
}
