{
  "name": "claudegem",
  "version": "1.0.20",
  "description": "Seamless integration of Claude Code CLI + Gemini CLI for context-aware code reasoning",
  "bin": {
    "claudegem": "bin/claudegem.js"
  },
  "main": "lib/orchestrator.js",
  "type": "module",
  "keywords": [
    "claude",
    "gemini",
    "cli",
    "codebase",
    "analysis",
    "ai",
    "assistant",
    "code-analysis"
  ],
  "author": "frankingstyl",
  "license": "MIT",
  "scripts": {
    "postinstall": "chmod +x bin/claudegem.js",
    "start": "node bin/claudegem.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.15.1",
    "axios": "^1.10.0",
    "chalk": "^5.3.0",
    "cheerio": "^1.1.0",
    "commander": "^11.1.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frankingstyl/claudegem.git"
  },
  "bugs": {
    "url": "https://github.com/frankingstyl/claudegem/issues"
  },
  "homepage": "https://github.com/frankingstyl/claudegem#readme"
}
