{
  "name": "@npwsk/editorjs-text-color-plugin",
  "version": "2.1.0",
  "description": "Text Color Tool for Editor.js",
  "main": "./dist/bundle.js",
  "scripts": {
    "build": "webpack --mode=production",
    "build:dev": "webpack --mode=development --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npwsk/editorjs-text-color-plugin.git"
  },
  "keywords": [
    "['editor'",
    "'editorjs'",
    "'text color picker']"
  ],
  "author": "flaming-cl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flaming-cl/editorjs-text-color-plugin/issues"
  },
  "homepage": "https://github.com/flaming-cl/editorjs-text-color-plugin#readme",
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/preset-env": "^7.10.2",
    "babel-loader": "^8.1.0",
    "css-loader": "^3.5.3",
    "raw-loader": "^4.0.1",
    "style-loader": "^1.2.1",
    "webpack-cli": "^5.0.1"
  }
}
