{
  "name": "strapi-plugin-editorjs-field",
  "version": "1.1.16",
  "description": "You can extend the capabilities of strapi.io by incorporating a custom field utilizing the EditorJs editor.",
  "keywords": [
    "strapi",
    "plugin",
    "editorjs",
    "custom-field"
  ],
  "homepage": "https://market.strapi.io/strapi-plugin-editorjs-field",
  "bugs": {
    "url": "https://github.com/spalz/strapi-plugin-editorjs-field/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/spalz/strapi-plugin-editorjs-field.git"
  },
  "license": "MIT",
  "author": {
    "name": "Repin Yuriy",
    "email": "spals@pm.me",
    "url": "https://dangercactus.io"
  },
  "scripts": {
    "build": "tsc -p tsconfig.server.json",
    "develop": "tsc -p tsconfig.server.json -w"
  },
  "dependencies": {
    "@editorjs/attaches": "^1.3.0",
    "@editorjs/checklist": "^1.6.0",
    "@editorjs/code": "^2.9.0",
    "@editorjs/delimiter": "^1.4.0",
    "@editorjs/editorjs": "^2.28.2",
    "@editorjs/embed": "^2.7.0",
    "@editorjs/header": "^2.8.1",
    "@editorjs/image": "^2.9.0",
    "@editorjs/inline-code": "^1.5.0",
    "@editorjs/link": "^2.6.2",
    "@editorjs/list": "^1.9.0",
    "@editorjs/marker": "^1.4.0",
    "@editorjs/paragraph": "^2.11.3",
    "@editorjs/quote": "^2.6.0",
    "@editorjs/raw": "^2.5.0",
    "@editorjs/table": "^2.3.0",
    "@editorjs/warning": "^1.4.0",
    "@strapi/design-system": "^1.6.3",
    "@strapi/helper-plugin": "^4.6.0",
    "@strapi/icons": "^1.6.3",
    "@strapi/utils": "^4.24.4",
    "@types/open-graph-scraper": "4.3.0",
    "axios": "^1.5.0",
    "classnames": "^2.3.2",
    "editorjs-component-selector": "^0.0.4",
    "get-file-object-from-local-path": "^1.0.2",
    "open-graph-scraper": "4.9.2",
    "react-intl": "^6.5.5",
    "strapi-typed": "^1.0.16",
    "tslint-config-prettier": "^1.18.0"
  },
  "devDependencies": {
    "@strapi/strapi": "^4.25.1",
    "@types/styled-components": "^5.1.34",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "^6.23.1",
    "styled-components": "^6.1.1",
    "typescript": "^5.4.5"
  },
  "peerDependencies": {
    "@strapi/strapi": "^4.4.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-router-dom": "^5.2.0",
    "styled-components": "^5.2.1"
  },
  "engines": {
    "node": ">=18.0.0 <=21.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "icon": "plug",
    "name": "editorjs",
    "displayName": "EditorJS",
    "description": "You can extend the capabilities of strapi.io by incorporating a custom field utilizing the EditorJs editor.",
    "required": true,
    "kind": "plugin"
  }
}
