{
  "name": "@agentworkforce/cli",
  "version": "4.1.50",
  "private": false,
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "package.json"
  ],
  "dependencies": {
    "@agent-relay/cloud": "^10.1.0",
    "@relayburn/sdk": "^2.5.2",
    "@relayfile/local-mount": "^0.10.23",
    "ora": "^9.4.0",
    "yaml": "^2.9.0",
    "@agentworkforce/deploy": "4.1.50",
    "@agentworkforce/local-surface": "4.1.50",
    "@agentworkforce/persona-kit": "4.1.50",
    "@agentworkforce/events": "4.1.50",
    "@agentworkforce/review-kit": "4.1.50",
    "@agentworkforce/runtime": "4.1.50",
    "@agentworkforce/turn-kit": "4.1.50",
    "@agentworkforce/workload-router": "4.1.50",
    "@agentworkforce/persona-registry": "4.1.50"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AgentWorkforce/workforce",
    "directory": "packages/cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && chmod +x dist/cli.js",
    "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "tsc -p tsconfig.json && node --test dist/*.test.js",
    "lint": "tsc -p tsconfig.json --noEmit"
  }
}