{
  "name": "strapi-plugin-react-editorjs",
  "version": "2.0.2",
  "description": "Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor and replacing it with Editor.js",
  "homepage": "https://market.strapi.io/plugins/strapi-plugin-react-editorjs",
  "strapi": {
    "icon": "plug",
    "name": "editorjs",
    "displayName": "EditorJS",
    "description": "Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor and replacing it with Editor.js",
    "required": true,
    "kind": "plugin"
  },
  "dependencies": {
    "@editorjs/checklist": "1.3.0",
    "@editorjs/code": "2.7.0",
    "@editorjs/delimiter": "1.2.0",
    "@editorjs/editorjs": "2.23.2",
    "@editorjs/embed": "2.5.0",
    "@editorjs/header": "2.6.2",
    "@editorjs/image": "2.6.2",
    "@editorjs/inline-code": "1.3.1",
    "@editorjs/link": "2.4.0",
    "@editorjs/list": "1.6.2",
    "@editorjs/marker": "1.2.2",
    "@editorjs/paragraph": "2.8.0",
    "@editorjs/quote": "2.4.0",
    "@editorjs/raw": "2.3.0",
    "@editorjs/table": "2.0.1",
    "@editorjs/warning": "1.2.0",
    "classnames": "^2.3.1",
    "get-file-object-from-local-path": "1.0.2",
    "open-graph-scraper": "4.9.2",
    "react-editor-js": "1.10.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/git": "^10.0.1",
    "cz-conventional-changelog": "^3.3.0",
    "semantic-release": "^19.0.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "author": {
    "name": "Matvey Melishev",
    "email": "matvey@melishev.ru",
    "url": "https://melishev.ru"
  },
  "maintainers": [
    {
      "name": "Matvey Melishev",
      "email": "matvey@melishev.ru",
      "url": "https://melishev.ru"
    },
    {
      "name": "Jason Skipper",
      "url": "https://www.skipperinnovations.com"
    }
  ],
  "engines": {
    "node": ">=10.16.0 <=16.x.x",
    "npm": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/melishev/strapi-plugin-editor-js.git"
  },
  "bugs": {
    "url": "https://github.com/melishev/strapi-plugin-editor-js/issues"
  },
  "keywords": [
    "strapi",
    "plugin",
    "editor-js",
    "wysiwyg"
  ],
  "license": "MIT"
}
