{
  "name": "@lesscap/baton-cli",
  "version": "0.7.0",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "description": "baton CLI — register/run a worker, manage projects/requirements/tasks/sessions",
  "bin": {
    "baton": "dist/baton.mjs"
  },
  "files": [
    "dist",
    "scripts"
  ],
  "scripts": {
    "baton": "tsx src/index.ts",
    "build": "node build.mjs && chmod +x dist/baton.mjs",
    "postinstall": "node scripts/postinstall.mjs",
    "prepublishOnly": "pnpm build",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test": "tsx --test 'src/**/*.test.ts'"
  },
  "devDependencies": {
    "@baton/shared": "workspace:*",
    "@types/node": "^25.9.1",
    "@types/ws": "^8.18.1",
    "citty": "^0.2.2",
    "esbuild": "^0.28.0",
    "eventsource": "^4.1.0",
    "tsx": "^4.22.4",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.209",
    "@openai/codex-sdk": "^0.144.4",
    "node-pty": "^1.1.0",
    "ws": "^8.21.0"
  }
}
