{
  "name": "quilljs-markdown",
  "version": "1.2.0",
  "description": "Markdown for Quill Editor",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "clean": "node_modules/.bin/rimraf ./dist",
    "watch": "parcel serve ./docs/index.html",
    "build": "npm-run-all clean fix:checkstyle build:* docs-build:*",
    "build:module": "webpack --config webpack.config.cjs",
    "build:css": "parcel build ./quilljs-markdown-common-style.scss --no-minify",
    "docs-build": "npm-run-all clean docs-build:*",
    "docs-build:module": "webpack --config webpack.config.docs.cjs",
    "fix:checkstyle": "standard --fix",
    "test": "npm-run-all test:*",
    "test:unit-test": "jest --config jest.config.js",
    "test:checkstyle": "standard --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cloverhearts/quilljs-markdown.git"
  },
  "keywords": [
    "quill",
    "quilljs",
    "markdown",
    "editor"
  ],
  "author": "cloverhearts",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cloverhearts/quilljs-markdown/issues"
  },
  "homepage": "https://cloverhearts.github.io/quilljs-markdown",
  "standard": {
    "ignore": [
      "tests/**",
      "package.json",
      "jest.config.js",
      "docs/**",
      "dist/**"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/register": "^7.12.10",
    "babel-loader": "^8.2.2",
    "jest": "^26.6.3",
    "npm-run-all": "^4.1.5",
    "parcel-bundler": "^1.12.4",
    "quill": "^1.3.7",
    "rimraf": "^2.7.1",
    "sass": "^1.32.8",
    "snazzy": "^8.0.0",
    "standard": "^12.0.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.46.0",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {
    "core-js": "^3.23.5",
    "regenerator-runtime": "^0.13.9"
  }
}
