{
  "name": "datocms-plugin-schema-erd",
  "homepage": "https://github.com/datocms/plugins/tree/master/schema-erd#readme",
  "description": "Generate Graphviz ERD diagrams of your project schema, and export them in SVG, PDF and DOT formats",
  "version": "1.0.8",
  "author": "DatoCMS <support@datocms.com>",
  "license": "GPLv3",
  "files": [
    "docs",
    "dist"
  ],
  "keywords": [
    "datocms",
    "datocms-plugin",
    "erd"
  ],
  "private": false,
  "datoCmsPlugin": {
    "title": "Schema ERD",
    "previewImage": "docs/video.mp4",
    "coverImage": "docs/cover.png",
    "entryPoint": "dist/index.html"
  },
  "dependencies": {
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@types/viz.js": "2.1.5",
    "async-scheduler": "^1.4.4",
    "datocms-plugin-sdk": "^2.1.1",
    "datocms-react-ui": "^2.1.4",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-zoom-pan-pinch": "3.7.0",
    "ts-graphviz": "3.0.7",
    "universal-base64": "^2.1.0",
    "usehooks-ts": "^3.1.1",
    "viz.js": "2.1.2"
  },
  "scripts": {
    "build": "tsc -b && vite build",
    "prepublishOnly": "npm run build",
    "dev": "vite",
    "preview": "vite preview"
  },
  "devDependencies": {
    "@types/dagre": "0.7.54",
    "@vitejs/plugin-react": "^5.1.4",
    "cross-env": "^10.1.0",
    "globals": "^17.4.0",
    "typescript": "^5.9.3",
    "vite": "^7.3.1"
  },
  "type": "module",
  "overrides": {
    "datocms-react-ui": {
      "react-intersection-observer": "^9.16.0",
      "react": "$react",
      "react-dom": "$react-dom"
    }
  }
}
