{
  "name": "@rudderhq/cli",
  "version": "0.7.22",
  "description": "Rudder CLI — orchestrate AI agent teams to run a business",
  "type": "module",
  "bin": {
    "rudder": "./dist/index.js"
  },
  "keywords": [
    "rudder",
    "ai",
    "agents",
    "orchestration",
    "cli"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/Undertone0809/rudder",
    "directory": "cli"
  },
  "homepage": "https://github.com/Undertone0809/rudder",
  "bugs": {
    "url": "https://github.com/Undertone0809/rudder/issues"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@clack/prompts": "^0.10.1",
    "commander": "^13.1.0",
    "dotenv": "^17.3.1",
    "picocolors": "^1.1.1",
    "zod": "^3.25.76"
  }
}
