{ "name": "@fusion-plugin-examples/dependency-graph", "version": "0.1.1", "type": "module", "description": "Dependency graph dashboard view plugin for Fusion", "private": true, "exports": { ".": { "types": "./src/index.ts", "import": "./src/index.ts" }, "./dashboard-view": { "types": "./src/DependencyGraphView.tsx", "import": "./src/DependencyGraphView.tsx" } }, "scripts": { "build": "tsc", "test": "vitest run --silent=passed-only --reporter=dot" }, "dependencies": { "@fusion/plugin-sdk": "workspace:*", "@fusion/core": "workspace:*" }, "devDependencies": { "@types/node": "^25.5.2", "@types/react": "^19.0.0", "typescript": "^5.7.0", "vitest": "^3.2.4", "react": "^19.0.0" } }