{
  "name": "@sotaproject/strikethrough",
  "version": "1.0.1",
  "keywords": [
    "strikethrough",
    "tool",
    "plugin",
    "editor.js",
    "editorjs"
  ],
  "description": "Inline tool for strikethrough text fragments",
  "license": "MIT",
  "repository": "https://github.com/sotaproject/strikethrough",
  "main": "./dist/bundle.js",
  "scripts": {
    "build": "webpack --mode production",
    "build:dev": "webpack --mode development --watch"
  },
  "author": {
    "name": "Yan Khachko",
    "email": "a@slnk.icu"
  },
  "bugs": {
    "url": "https://github.com/sotaproject/strikethrough/issues"
  },
  "homepage": "https://github.com/sotaproject/strikethrough#readme",
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "babel-loader": "^8.1.0",
    "css-loader": "^3.5.3",
    "raw-loader": "^4.0.1",
    "style-loader": "^1.2.1",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "dependencies": {
    "@codexteam/icons": "^0.0.8"
  }
}
