{
  "name": "editorjs-text-background-color-plugin",
  "version": "2.0.9",
  "description": "An inline tool for changing text and background colors in Editor.js",
  "main": "dist/bundle.js",
  "scripts": {
    "build": "rollup --config",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faqahat/editorjs-text-background-color-plugin.git"
  },
  "keywords": [
    "editorjs",
    "editor.js",
    "inline-tool",
    "color",
    "text-color",
    "background-color",
    "highlight"
  ],
  "author": "M Waleed",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/faqahat/editorjs-text-background-color-plugin/issues"
  },
  "homepage": "https://github.com/faqahat/editorjs-text-background-color-plugin#readme",
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "@babel/preset-env": "^7.18.2",
    "@rollup/plugin-babel": "^5.3.1",
    "rollup": "^2.75.6"
  },
  "files": [
    "dist/"
  ]
}
