{
  "name": "understand-anything-omp",
  "version": "1.0.0",
  "description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xloouis/understand-anything-omp.git"
  },
  "files": [
    ".claude-plugin",
    "plugin.json",
    "skills",
    "agents",
    "commands",
    "hooks",
    "tools",
    "mcp.json",
    "themes",
    "packages",
    "src",
    "package.json",
    "pnpm-workspace.yaml",
    "tsconfig.json",
    "vitest.config.ts",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "omp",
    "oh-my-pi",
    "plugin",
    "understand-anything",
    "codebase-analysis",
    "knowledge-graph",
    "architecture",
    "unofficial"
  ],
  "engines": {
    "node": ">=22",
    "pnpm": ">=10"
  },
  "publishConfig": {
    "access": "public"
  },
  "upstreamVersion": "2.9.0",
  "dependencies": {
    "graphology": "~0.26.0",
    "graphology-communities-louvain": "^2.0.2"
  },
  "omp": {
    "name": "Understand-Anything for OMP",
    "description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
    "version": "1.0.0",
    "skills": [
      "./skills/understand",
      "./skills/understand-chat",
      "./skills/understand-dashboard",
      "./skills/understand-diff",
      "./skills/understand-domain",
      "./skills/understand-explain",
      "./skills/understand-figma",
      "./skills/understand-knowledge",
      "./skills/understand-onboard"
    ],
    "extensions": [
      "./hooks/post/understand-auto-update.ts"
    ]
  }
}
