{
  "name": "u-foo",
  "version": "2.5.5",
  "description": "Multi-Agent Workspace Protocol. Just add u. claude → uclaude, codex → ucodex.",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://ufoo.dev",
  "author": "UFOO Team",
  "keywords": [
    "cli",
    "ai",
    "agent",
    "multi-agent",
    "claude",
    "codex",
    "orchestration",
    "workspace"
  ],
  "bin": {
    "ufoo": "bin/ufoo.js",
    "uclaude": "bin/uclaude.js",
    "ucodex": "bin/ucodex.js",
    "uagy": "bin/uagy.js",
    "ucode": "bin/ucode.js"
  },
  "files": [
    "bin/",
    "src/",
    "templates/",
    "online/",
    "scripts/",
    "SKILLS/",
    "LICENSE",
    "README.md"
  ],
  "type": "commonjs",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2.138",
    "@openai/codex-sdk": "^0.130.0",
    "@xterm/addon-serialize": "^0.14.0",
    "@xterm/headless": "^6.0.0",
    "chalk": "^4.1.2",
    "commander": "^13.1.0",
    "gray-matter": "^4.0.3",
    "ink": "^5.2.1",
    "node-pty": "^1.1.0",
    "react": "^18.3.1",
    "ws": "^8.19.0"
  },
  "devDependencies": {
    "jest": "^30.2.0"
  }
}
