{
  "name": "code-context-graph",
  "version": "0.11.1",
  "description": "Local and self-hosted code context graph with MCP, annotation search, and Tree-sitter parsing",
  "keywords": [
    "code-analysis",
    "knowledge-graph",
    "tree-sitter",
    "mcp",
    "cypher",
    "apache-age",
    "annotations"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tae2089/code-context-graph"
  },
  "license": "MIT",
  "bin": {
    "ccg": "bin/ccg.js",
    "ccg-server": "bin/ccg-server.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "install.js",
    "bin/"
  ]
}
