{
  "name": "@xeger/quill-image-formats",
  "version": "0.7.2",
  "license": "MIT",
  "packageManager": "npm@8.5.0",
  "private": false,
  "scripts": {
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build": "npm run build:types && npm run build:js",
    "build:js": "rollup -c",
    "build:types": "tsc --emitDeclarationOnly",
    "clean": "rm -Rf dist lib",
    "lint": "eslint --quiet 'src/**/*.ts'",
    "lint:fix": "eslint --fix 'src/**/*.ts'",
    "watch": "rollup -c --watch"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.8.3",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-typescript": "^7.8.3",
    "@rollup/plugin-babel": "^5.2.0",
    "@rollup/plugin-commonjs": "^15.0.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@types/quill": "^1.3.6",
    "rollup": "^2.26.6",
    "typescript": "^3.7.5"
  },
  "dependencies": {
    "core-js": "^3.0"
  },
  "peerDependencies": {
    "quill": "^1.3.6"
  },
  "description": "Allows width, height and float on images in Quill Delta and HTML content.",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "dist",
    "lib"
  ],
  "type": "commonjs",
  "main": "dist/main.js",
  "module": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xeger/quill-image.git"
  },
  "keywords": [
    "quilljs",
    "image",
    "size",
    "align"
  ],
  "author": "Tony Spataro",
  "bugs": {
    "url": "https://github.com/xeger/quill-image/issues"
  },
  "homepage": "https://github.com/xeger/quill-image#readme"
}
