{
  "name": "ai-whisper",
  "version": "0.16.0",
  "description": "Terminal-first relay for paired AI coding agents (Claude + Codex), driven by structured workflows.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/ai-creed/ai-whisper.git"
  },
  "homepage": "https://ai-creed.dev/projects/ai-whisper/",
  "keywords": [
    "ai-agents",
    "claude",
    "codex",
    "coding-agent",
    "cli",
    "developer-tools",
    "tmux",
    "spec-driven-development",
    "agent-orchestration",
    "pair-programming",
    "typescript"
  ],
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "bin": {
    "whisper": "./dist/bin/whisper.js",
    "whisper-relay-monitor": "./dist/bin/relay-monitor.js",
    "whisper-turn-event-shim": "./dist/bin/turn-event-shim.js"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.91.1",
    "@modelcontextprotocol/sdk": "^1.0.0",
    "better-sqlite3": "^12.10.0",
    "cli-table3": "^0.6",
    "commander": "^13.1.0",
    "fastify": "^5.8.5",
    "ink": "^7.0.3",
    "marked": "^15",
    "marked-terminal": "^7",
    "nanoid": "^5.1.5",
    "node-pty": "^1.1.0",
    "ollama": "^0.6.3",
    "openai": "^6.45.0",
    "react": "^19.2.6",
    "string-width": "^8",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.12",
    "@types/react": "^19.2.14",
    "ink-testing-library": "^4.0.0",
    "@ai-whisper/adapter-ai-ezio": "0.0.0",
    "@ai-whisper/adapter-antigravity": "0.0.0",
    "@ai-whisper/adapter-claude": "0.0.0",
    "@ai-whisper/adapter-cursor": "0.0.0",
    "@ai-whisper/adapter-codex": "0.0.0",
    "@ai-whisper/broker": "0.0.0",
    "@ai-whisper/companion-core": "0.0.0",
    "@ai-whisper/shared": "0.0.0"
  },
  "files": [
    "dist",
    "skills",
    "assets",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "scripts": {
    "build": "node scripts/bundle.mjs && node scripts/build-native.mjs && node scripts/copy-skills.mjs && node scripts/copy-assets.mjs && node scripts/copy-package-files.mjs",
    "typecheck": "node scripts/stamp-ezio-provenance.mjs && tsc -b --emitDeclarationOnly"
  }
}