{
  "name": "trantor",
  "version": "0.18.70",
  "type": "module",
  "bin": {
    "trantor": "bin/cli.mjs"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "pg": "^8.22.0",
    "zod": "^4.4.3"
  },
  "scripts": {
    "test": "node test/run.mjs"
  },
  "description": "The hub-world for AI agent crews — orchestrate Claude Code, Codex, GLM, Kimi, DeepSeek & any OpenRouter model as live crews with a plan-aware Advisor, a Kanban/flow command center, a testing gate, and an economics brain (Scrooge).",
  "files": [
    "hub.mjs",
    "hub/",
    "mcp.mjs",
    "ui.html",
    "bin/",
    "hooks/",
    "lib/",
    "skills/",
    "deploy/",
    "configs/",
    ".claude-plugin/",
    "README.md",
    "LICENSE",
    "engine/",
    "docs/BUILD-DOCTRINE.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sashabogi/trantor.git"
  },
  "homepage": "https://github.com/sashabogi/trantor#readme",
  "bugs": {
    "url": "https://github.com/sashabogi/trantor/issues"
  },
  "keywords": [
    "ai-agents",
    "multi-agent",
    "orchestration",
    "claude-code",
    "codex",
    "gemini",
    "mcp",
    "kanban",
    "agent-crew",
    "llm-routing"
  ],
  "author": "Sasha Bogojevic <hello@hivedigitalllc.com>",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@oxlint/plugins": "^1.79.0",
    "oxlint": "^1.79.0"
  }
}
