{
  "name": "@phnx-labs/agents-cli",
  "version": "1.20.29",
  "description": "One CLI for all your AI coding agents - versions, config, cloud dispatch, sessions, and teams (now with first-class Grok Build CLI support)",
  "type": "module",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./teams": {
      "types": "./dist/lib/teams/index.d.ts",
      "import": "./dist/lib/teams/index.js"
    }
  },
  "bin": {
    "agents": "dist/index.js",
    "ag": "dist/index.js",
    "browser": "dist/browser.js",
    "computer": "dist/computer.js"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.json",
    "dist/lib/secrets/Agents CLI.app/**",
    "dist/lib/menubar/MenubarHelper.app/**",
    "scripts/postinstall.js",
    "scripts/install-helper.js",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phnx-labs/agents-cli.git"
  },
  "homepage": "https://agents-cli.sh",
  "bugs": {
    "url": "https://github.com/phnx-labs/agents-cli/issues"
  },
  "scripts": {
    "build": "tsc && rm -rf 'dist/lib/secrets/AgentsKeychain.app' 'dist/lib/secrets/Agents CLI.app' 'dist/lib/menubar/MenubarHelper.app' && ([ \"$(uname)\" = \"Darwin\" ] && cp -R 'bin/Agents CLI.app' 'dist/lib/secrets/Agents CLI.app' || true) && ([ \"$(uname)\" = \"Darwin\" ] && [ -d 'bin/MenubarHelper.app' ] && mkdir -p 'dist/lib/menubar' && cp -R 'bin/MenubarHelper.app' 'dist/lib/menubar/MenubarHelper.app' || true)",
    "build:bin": "scripts/build-bin.sh",
    "prepack": "scripts/verify-keychain-helper.sh && scripts/verify-menubar-helper.sh",
    "postinstall": "node scripts/postinstall.js",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "node ./node_modules/vitest/vitest.mjs run",
    "test:watch": "node ./node_modules/vitest/vitest.mjs"
  },
  "keywords": [
    "agents",
    "cli",
    "dotfiles",
    "claude",
    "codex",
    "gemini",
    "cursor",
    "opencode",
    "grok",
    "xai",
    "mcp",
    "skills",
    "ai",
    "sync",
    "multi-agent"
  ],
  "author": "Phoenix Labs",
  "license": "MIT",
  "engines": {
    "node": ">=22.5.0",
    "npm": ">=9"
  },
  "trustedDependencies": [
    "@homebridge/node-pty-prebuilt-multiarch"
  ],
  "dependencies": {
    "@homebridge/node-pty-prebuilt-multiarch": "0.13.1",
    "@inquirer/prompts": "8.5.2",
    "@types/proper-lockfile": "4.1.4",
    "@xterm/headless": "6.0.0",
    "@zed-industries/agent-client-protocol": "0.4.5",
    "aws4fetch": "1.0.20",
    "chalk": "5.6.2",
    "commander": "15.0.0",
    "croner": "10.0.1",
    "diff": "9.0.0",
    "marked": "15.0.12",
    "marked-terminal": "7.3.0",
    "ora": "9.4.1",
    "proper-lockfile": "4.1.2",
    "simple-git": "3.36.0",
    "smol-toml": "1.7.0",
    "yaml": "2.9.0"
  },
  "devDependencies": {
    "@types/diff": "8.0.0",
    "@types/marked-terminal": "6.1.1",
    "@types/node": "25.9.3",
    "tsx": "4.22.4",
    "typescript": "6.0.3",
    "vitest": "4.1.9"
  }
}
