{
  "name": "kodu",
  "version": "3.0.3",
  "description": "High-performance CLI to prepare a codebase for LLMs, automate reviews, and draft commits. Native Go binary.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uxname/kodu.git"
  },
  "bugs": {
    "url": "https://github.com/uxname/kodu/issues"
  },
  "homepage": "https://github.com/uxname/kodu#readme",
  "keywords": [
    "cli",
    "ai",
    "llm",
    "developer-tools",
    "productivity",
    "golang",
    "openai",
    "automation",
    "code-review",
    "context-window",
    "git-tools"
  ],
  "license": "MIT",
  "bin": {
    "kodu": "bin/kodu.js"
  },
  "files": [
    "bin/kodu.js",
    "scripts/postinstall.js",
    "scripts/install.js"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "engines": {
    "node": ">=18"
  }
}
