{
  "name": "@mgreminger/quill-image-resize-module",
  "private": false,
  "version": "1.2.1",
  "description": "A module for Quill rich text editor to allow images to be resized.",
  "type": "module",
  "main": "dist/index.es.js",
  "types": "dist/ImageResize.d.ts",
  "license": "MIT",
  "scripts": {
    "dev": "vite --port 5173",
    "build": "vite build",
    "test": "playwright test",
    "lint": "prettier --write .",
    "build-preview": "vite build --config vite.preview.config.js",
    "preview": "vite preview --port 5173 --config vite.preview.config.js",
    "deploy-gh-pages": "gh-pages -d dist-preview"
  },
  "devDependencies": {
    "@playwright/test": "^1.50.1",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/lodash": "^4.17.15",
    "@types/node": "^22.13.0",
    "gh-pages": "^6.3.0",
    "prettier": "^3.4.2",
    "quill": "^2.0.3",
    "tslib": "^2.8.1",
    "typescript": "^5.7.3",
    "vite": "^6.0.11"
  },
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mgreminger/quill-image-resize-module"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
