{
  "name": "code-graph-llm",
  "version": "5.1.0",
  "description": "Compact, language-agnostic codebase mapper for LLM token efficiency.",
  "main": "index.js",
  "bin": {
    "code-graph": "./index.js"
  },
  "keywords": [
    "llm",
    "context",
    "token-efficiency",
    "codebase-map",
    "ai-agent",
    "documentation"
  ],
  "author": "Code-Graph Contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jabhijeet/code-graph.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "chokidar": "^5.0.0",
    "ignore": "^7.0.5"
  },
  "type": "module",
  "scripts": {
    "test": "node --test test/*.test.js",
    "preuninstall": "node index.js uninstall-all"
  }
}
