{
  "name": "triflux",
  "version": "10.35.2",
  "description": "CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Antigravity, and Claude",
  "type": "module",
  "bin": {
    "triflux": "bin/triflux.mjs",
    "tfx": "bin/triflux.mjs",
    "tfl": "bin/triflux.mjs",
    "tfx-live": "bin/tfx-live.mjs",
    "tfx-setup": "bin/tfx-setup.mjs",
    "tfx-doctor": "bin/tfx-doctor.mjs",
    "tfx-profile": "bin/tfx-profile.mjs",
    "tfx-doctor-tui": "bin/tfx-doctor-tui.mjs",
    "tfx-setup-tui": "bin/tfx-setup-tui.mjs"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "@triflux/core": "^10.25.0",
    "@triflux/remote": "^10.25.0",
    "tree-kill": "^1.2.2"
  },
  "files": [
    "bin",
    "tui",
    "config",
    "cto",
    "skills",
    "!skills/tfx-workspace",
    "hooks",
    "hud",
    "scripts",
    "hub",
    "mesh",
    "references",
    "!references/codex-snapshots",
    "!references/gemini-snapshots",
    "CLAUDE.md",
    "docs/assets",
    "README.md",
    "README.ko.md",
    "LICENSE"
  ],
  "keywords": [
    "claude-code",
    "plugin",
    "codex",
    "antigravity",
    "cli-routing",
    "orchestration",
    "multi-model",
    "triflux",
    "tfx"
  ],
  "author": "tellang",
  "license": "MIT",
  "homepage": "https://github.com/tellang/triflux#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tellang/triflux.git",
    "directory": "packages/triflux"
  }
}
