{
  "name": "editorjs-alert",
  "version": "1.1.4",
  "description": "Editor.js tool for adding colorful alerts",
  "main": "./dist/bundle.js",
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack --mode development --watch",
    "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/vishaltelangre/editorjs-alert.git"
  },
  "keywords": [
    "editorjs",
    "editor.js",
    "editorjs tool",
    "codex",
    "codex editor",
    "codex.editor",
    "alert",
    "info message",
    "note"
  ],
  "author": "Vishal Telangre",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vishaltelangre/editorjs-alert/issues"
  },
  "homepage": "https://github.com/vishaltelangre/editorjs-alert",
  "devDependencies": {
    "@babel/core": "^7.21.3",
    "@babel/preset-env": "^7.20.2",
    "babel-loader": "9.1.2",
    "css-loader": "^6.7.3",
    "husky": "^8.0.3",
    "lint-staged": "^13.2.0",
    "prettier": "2.8.4",
    "sass": "^1.59.3",
    "sass-loader": "^13.2.1",
    "style-loader": "^3.3.2",
    "svg-inline-loader": "^0.8.2",
    "webpack": "^5.76.2",
    "webpack-cli": "^5.0.1"
  }
}
