{
  "name": "editorjs-annotation",
  "version": "1.1.0",
  "keywords": [
    "codex editor",
    "annotation",
    "tool",
    "editor.js",
    "editorjs"
  ],
  "description": "Annotation Inline Tool for Editor.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VolgaIgor/editorjs-annotation.git"
  },
  "main": "./dist/bundle.js",
  "scripts": {
    "build": "webpack --mode production",
    "build:dev": "webpack --mode development --watch"
  },
  "author": "Igor Shuvalov «VolgaIgor»",
  "devDependencies": {
    "css-loader": "^7.1.2",
    "raw-loader": "^4.0.2",
    "style-loader": "^4.0.0",
    "webpack": "^5.95.0",
    "webpack-cli": "^5.1.4"
  },
  "bugs": {
    "url": "https://github.com/VolgaIgor/editorjs-annotation/issues"
  },
  "homepage": "https://github.com/VolgaIgor/editorjs-annotation#readme"
}
