{
  "name": "@itech-indrustries/list",
  "version": "2.0.0",
  "keywords": [
    "codex editor",
    "list",
    "tool",
    "editor.js",
    "editorjs"
  ],
  "description": "List Tool for Editor.js",
  "license": "MIT",
  "repository": "https://github.com/itech-indrustries/list",
  "main": "./dist/bundle.js",
  "scripts": {
    "build": "webpack --mode production",
    "build:dev": "webpack --mode development --watch"
  },
  "author": {
    "name": "Itech Indrustries",
    "email": "review@itechindrustries.co"
  },
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/preset-env": "^7.10.2",
    "babel-loader": "^8.1.0",
    "css-loader": "^3.5.3",
    "postcss-loader": "^3.0.0",
    "postcss-nested": "^4.2.1",
    "postcss-nested-ancestors": "^2.0.0",
    "style-loader": "^1.2.1",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  }
}
