{
  "name": "@cargo-ai/cli",
  "version": "1.0.100",
  "private": false,
  "license": "UNLICENSED",
  "homepage": "https://getcargo.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getcargohq/cargo.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/getcargohq/cargo-skills/issues"
  },
  "description": "GTM automation from your terminal or coding agent — build lead lists, enrich and verify contacts, run plays and workflows, query workspace data with SQL, and deploy a whole Cargo workspace as code.",
  "keywords": [
    "cargo",
    "gtm",
    "go-to-market",
    "revenue",
    "revops",
    "enrichment",
    "data-enrichment",
    "lead-enrichment",
    "prospecting",
    "email-finder",
    "sales-automation",
    "outbound",
    "crm",
    "orchestration",
    "cli",
    "agent-skills",
    "ai-agents",
    "claude-code",
    "cursor",
    "codex",
    "mcp"
  ],
  "engines": {
    "node": ">=22"
  },
  "volta": {
    "node": "22.22.2"
  },
  "type": "module",
  "bin": {
    "cargo-ai": "./build/index.js",
    "cargo": "./build/index.js"
  },
  "files": [
    "build",
    "README.md"
  ],
  "scripts": {
    "build": "tsc --build",
    "dev": "tsx watch src/index.ts",
    "start": "node build/index.js",
    "test": "npm run build && node --test \"test/*.test.mjs\"",
    "test:watch": "node --test --watch \"test/*.test.mjs\"",
    "test:e2e": "npm run build && node --test --test-concurrency=1 \"test/e2e/*.e2e.mjs\"",
    "type:check": "tsc --noEmit",
    "lint": "eslint ./ --fix",
    "lint:check": "eslint ./ --max-warnings=0",
    "format": "prettier --write .",
    "format:check": "prettier --check ."
  },
  "dependencies": {
    "@ai-sdk/harness": "^1.0.95",
    "@ai-sdk/harness-claude-code": "^1.0.99",
    "@cargo-ai/api": "^1.0.85",
    "@cargo-ai/app-sdk": "^1.0.10",
    "@cargo-ai/cdk": "^1.0.84",
    "@cargo-ai/types": "^1.0.82",
    "@cargo-ai/utils": "^1.0.31",
    "@cargo-ai/worker-sdk": "^1.0.20",
    "@modelcontextprotocol/sdk": "1.29.0",
    "ai": "^7.0.84",
    "ai-sdk-sandbox-local": "^0.1.2",
    "commander": "^12.1.0",
    "tsx": "^4.19.2",
    "undici": "^7.29.0",
    "uuid": "^14.0.0"
  },
  "devDependencies": {
    "@cargo-ai/eslint-config": "*",
    "@cargo-ai/prettier-config": "*",
    "@cargo-ai/ts-config": "*",
    "@types/node": "^20.10.8",
    "eslint": "9.26.0",
    "node-pty": "^1.0.0",
    "prettier": "3.3.3",
    "typescript": "5.3.2"
  }
}
