{
  "name": "code-graph-mcp",
  "version": "0.2.7",
  "description": "A code indexing system accessible via MCP (Model Context Protocol)",
  "keywords": [
    "code-graph",
    "mcp",
    "search",
    "sourcegraph",
    "ast",
    "tree-sitter",
    "cli",
    "npx",
    "claude-code",
    "anthropic",
    "llm-context",
    "ai-coding",
    "semantic-search",
    "codebase-indexing",
    "knowledge-graph",
    "developer-productivity",
    "cursor-ai",
    "windsurf",
    "mcp-server",
    "claude-ai",
    "llm-tools",
    "code-intelligence",
    "ast-analysis",
    "context-window",
    "ai-developer-agent",
    "claude-mcp",
    "cursor-mcp",
    "windsurf-mcp",
    "mcp-protocol",
    "ai-context",
    "developer-experience"
  ],
  "author": {
    "name": "Kynlo Akari",
    "url": "https://github.com/Kynlos"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "bin": {
    "code-graph-mcp": "bin/code-graph-mcp.js",
    "cgm": "bin/code-graph-mcp.js"
  },
  "preferGlobal": false,
  "files": [
    "dist/**/*",
    "bin/**/*",
    "scripts/**/*",
    "config/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "node dist/index.js",
    "test": "jest",
    "test:unit": "jest test/unit",
    "test:integration": "jest test/integration",
    "test:mcp": "jest test/mcp",
    "test:performance": "jest test/performance --testTimeout=30000",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "clean": "rimraf dist"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "better-sqlite3": "^9.2.2",
    "chalk": "^5.3.0",
    "chokidar": "^3.5.3",
    "cli-progress": "^3.12.0",
    "commander": "^11.1.0",
    "fs-extra": "^11.2.0",
    "inquirer": "^9.2.0",
    "lodash": "^4.17.21",
    "minimatch": "^10.0.3",
    "simple-git": "^3.20.0",
    "uuid": "^9.0.1"
  },
  "optionalDependencies": {
    "tree-sitter": "^0.21.0",
    "tree-sitter-go": "^0.20.0",
    "tree-sitter-java": "^0.20.0",
    "tree-sitter-javascript": "^0.20.0",
    "tree-sitter-python": "^0.20.0",
    "tree-sitter-rust": "^0.20.0",
    "tree-sitter-typescript": "^0.20.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.8",
    "@types/cli-progress": "^3.11.6",
    "@types/fs-extra": "^11.0.0",
    "@types/inquirer": "^9.0.8",
    "@types/jest": "^29.0.0",
    "@types/lodash": "^4.14.0",
    "@types/node": "^20.0.0",
    "@types/uuid": "^9.0.7",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "rimraf": "^5.0.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
