{
  "name": "mofeiyu-editorjs-summary",
  "version": "1.0.5",
  "description": "Editor.js tool for adding colorful summarys",
  "main": "./dist/bundle.js",
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack --mode development --watch",
    "dev1": "webpack --mode development",
    "precommit": "yarn build && git add dist && lint-staged"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn precommit"
    }
  },
  "lint-staged": {
    "**/*.{html,css,js}": [
      "prettier --write"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liruixue/editorjs-summary.git"
  },
  "keywords": [
    "editorjs",
    "editor.js",
    "editorjs tool",
    "codex",
    "codex editor",
    "codex.editor",
    "summary",
    "info message",
    "note"
  ],
  "author": "Vishal Telangre",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liruixue/editorjs-summary/issues"
  },
  "homepage": "https://github.com/liruixue/editorjs-summary",
  "devDependencies": {
    "@babel/core": "^7.10.5",
    "@babel/preset-env": "^7.10.4",
    "babel-loader": "8",
    "css-loader": "^3.6.0",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.11",
    "prettier": "2.0.5",
    "style-loader": "^1.2.1",
    "svg-inline-loader": "^0.8.2",
    "webpack": "^4.43.0",
    "webpack-cli": "^4.10.0"
  }
}
