{
  "name": "claude-overnight",
  "version": "1.60.3",
  "description": "Overnight parallel coding agents in git worktrees, with a self-curating skill memory that improves while the run is going. Mix Claude Opus as planner, Kimi 2.6 or Cursor composer-2 as cheap fast worker, Gemini or Qwen for bulk implementation. Multi-wave autonomous loop that plans, executes, reviews, and steers itself until the objective is met. Crash-safe resume, rate-limit aware, usage cap preserves headroom for your interactive Claude Code.",
  "type": "module",
  "bin": {
    "claude-overnight": "dist/bin.js",
    "claude-overnight-evolve": "dist/bin/evolve.js"
  },
  "scripts": {
    "build": "node -e \"const v=JSON.parse(require('fs').readFileSync('package.json')).version;require('fs').writeFileSync('src/core/_version.ts','// Auto-generated by build — do not edit manually.\\nexport const VERSION = \\\"'+v+'\\\";\\n')\" && tsc",
    "dev": "tsc --watch",
    "start": "node dist/bin.js",
    "test": "node --test dist/__tests__/*.test.js",
    "matrix:cursor-proxy": "node scripts/cursor-proxy-keychain-matrix.mjs",
    "evolve": "node dist/bin/evolve.js",
    "evolve:favorite": "node dist/bin/evolve.js --prompt 10_planning/10-3_plan --eval-model gemini-3.1-flash-lite-preview --mutate-model gemini-3.1-pro-preview --generations 10 --population 8 --plateau 3 --reps 3",
    "prepublishOnly": "node scripts/sync-plugin-version.js"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2.92",
    "better-sqlite3": "^11.10.0",
    "chalk": "^5.4.1",
    "cursor-composer-in-claude": "^0.10.3",
    "ink": "^7.0.1",
    "jsonwebtoken": "^9.0.2",
    "react": "^19.2.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/jsonwebtoken": "^9.0.7",
    "@types/node": "^22.0.0",
    "@types/react": "^19.2.14",
    "node-pty": "^1.1.0",
    "strip-ansi": "^7.1.0",
    "typescript": "^5.7.0"
  },
  "license": "MIT",
  "author": "Francesco Fornace",
  "homepage": "https://github.com/Fornace/claude-overnight",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fornace/claude-overnight.git"
  },
  "keywords": [
    "claude",
    "claude-code",
    "claude-agent-sdk",
    "agent-sdk",
    "managed-agents",
    "anthropic",
    "ai-agents",
    "ai-coding",
    "autonomous-coding",
    "autonomous-agent",
    "coding-agent",
    "background-agent",
    "async-coding",
    "parallel-agents",
    "multi-agent",
    "swarm",
    "overnight",
    "overnight-coding",
    "orchestration",
    "orchestrator",
    "cli",
    "worktrees",
    "git-worktree",
    "code-generation",
    "code-automation",
    "refactoring",
    "migration",
    "cursor",
    "cursor-composer",
    "composer-2",
    "kimi",
    "kimi-k2",
    "qwen",
    "gemini",
    "deepseek",
    "openrouter",
    "iterative",
    "self-improving",
    "skill-library",
    "agent-memory",
    "hermes-agent",
    "unattended",
    "crash-safe"
  ],
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "!dist/__tests__",
    "docs",
    "plugins",
    "prompts",
    "QUICKSHEET_PLAYWRIGHT.md",
    "README.md",
    "LICENSE"
  ]
}
