{
  "name": "@sdsrs/code-graph",
  "version": "0.32.3",
  "description": "MCP server that indexes codebases into an AST knowledge graph with semantic search, call graph traversal, and HTTP route tracing",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sdsrss/code-graph-mcp.git"
  },
  "keywords": [
    "mcp",
    "code-graph",
    "ast",
    "knowledge-graph",
    "semantic-search",
    "tree-sitter",
    "code-analysis",
    "call-graph"
  ],
  "bin": {
    "code-graph": "bin/cli.js",
    "code-graph-mcp": "bin/cli.js"
  },
  "files": [
    "bin/cli.js",
    "README.md",
    "claude-plugin"
  ],
  "scripts": {
    "build": "cargo build --release --no-default-features && node scripts/copy-binary.js",
    "prepare": "git rev-parse --git-dir > /dev/null 2>&1 && ln -sf ../../scripts/pre-commit.sh .git/hooks/pre-commit || true",
    "preuninstall": "node claude-plugin/scripts/lifecycle.js uninstall || true"
  },
  "engines": {
    "node": ">=16"
  },
  "optionalDependencies": {
    "@sdsrs/code-graph-linux-x64": "0.32.3",
    "@sdsrs/code-graph-linux-arm64": "0.32.3",
    "@sdsrs/code-graph-darwin-x64": "0.32.3",
    "@sdsrs/code-graph-darwin-arm64": "0.32.3",
    "@sdsrs/code-graph-win32-x64": "0.32.3"
  }
}
