{
  "name": "strapi-plugin-entity-relationship-chart",
  "version": "4.14.6",
  "description": "Plugin displays Entity Relationship Diagram of all Strapi models, fields and relations.",
  "strapi": {
    "displayName": "ER Chart",
    "name": "entity-relationship-chart",
    "description": "Plugin displays Entity Relationship Diagram of all Strapi models, fields and relations.",
    "kind": "plugin"
  },
  "dependencies": {
    "@dagrejs/dagre": "^1.0.4",
    "@strapi/design-system": "^1.6.3",
    "@strapi/helper-plugin": "^4.6.0",
    "@strapi/icons": "^1.6.3",
    "lodash": "^4.17.21",
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "date-fns": "^2.28.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^5.3.4",
    "styled-components": "^5.3.6"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-router-dom": "^5.3.4"
  },
  "author": {
    "name": "Roman Mandryk",
    "email": "info@nodevision.com.au",
    "url": "https://nodevision.com.au"
  },
  "maintainers": [
    {
      "name": "Roman Mandryk",
      "email": "",
      "url": ""
    }
  ],
  "engines": {
    "node": ">=16 <=20",
    "npm": ">=6.0.0"
  },
  "license": "MIT"
}
