{
  "name": "@linzumi/cli",
  "version": "1.0.179",
  "description": "Linzumi CLI \u2014 point a Codex agent at the real code on your laptop, with your team watching and steering from shared threads.",
  "type": "module",
  "bin": {
    "linzumi": "bin/linzumi.js"
  },
  "files": [
    "README.md",
    "bin",
    "dist",
    "scripts"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "bump-version": "node scripts/bump-cli-version.mjs",
    "codex:history-table": "node scripts/codex_history_table.mjs",
    "test": "rescript build ../linzumi-cli-rescript && rescript build ../../kandan/server_v2/web/replay_harness && vitest run --config vitest.config.mjs",
    "typecheck": "tsgo --noEmit -p tsconfig.source.json",
    "typecheck:all": "tsgo --noEmit -p tsconfig.json",
    "typecheck:watch": "tsgo --noEmit -w -p tsconfig.source.json",
    "prepack": "node scripts/build.mjs",
    "pack:dry-run": "npm pack --dry-run",
    "record:agent-fixtures": "tsx scripts/record-agent-replay-fixtures.ts",
    "normalize:agent-fixture": "tsx scripts/normalize-agent-replay-fixture.ts",
    "vendor:codex-app-server-protocol": "tsx scripts/vendor-codex-app-server-protocol.ts",
    "replay:agent-fixture": "tsx scripts/replay-agent-fixture.ts",
    "replay:agent-backend": "tsx scripts/replay-agent-backend.ts",
    "vendor:codex-app-server-protocol:check": "tsx scripts/vendor-codex-app-server-protocol.ts --check",
    "replay:agent-backend-browser": "tsx scripts/replay-agent-backend-browser.ts",
    "promote:gstack-claude-smoke-fixture": "tsx scripts/promote-gstack-claude-smoke-fixture.ts",
    "diagnose:claude-probe": "tsx scripts/diagnose-claude-probe.ts"
  },
  "keywords": [
    "linzumi",
    "kandan",
    "codex",
    "local-runner"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "0.3.199",
    "@inquirer/prompts": "^7.8.6",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@openai/codex": "^0.144.1",
    "blessed": "^0.1.81",
    "undici": "^6.25.0",
    "ws": "^8.18.0",
    "zod": "^3.25.76"
  },
  "engines": {
    "node": ">=20"
  },
  "readmeFilename": "README.md",
  "devDependencies": {
    "@types/blessed": "^0.1.27",
    "rescript": "12.3.0",
    "@types/node": "^22.18.6",
    "esbuild": "^0.27.2",
    "fast-check": "^3.23.2",
    "tsx": "^4.21.0",
    "vitest": "^1.6.1",
    "typescript": "^5.9.3",
    "@typescript/native-preview": "7.0.0-dev.20260703.1"
  }
}
