{
  "name": "@cargo-ai/api",
  "version": "1.0.85",
  "description": "Typed TypeScript client for the Cargo API — models and records, orchestration runs and batches, connectors and integrations, agents, segments, and billing. The programmatic surface behind the cargo-ai CLI.",
  "homepage": "https://www.getcargo.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getcargohq/cargo.git",
    "directory": "packages/api"
  },
  "keywords": [
    "cargo",
    "gtm",
    "go-to-market",
    "revenue",
    "api",
    "api-client",
    "sdk",
    "typescript",
    "orchestration",
    "enrichment",
    "ai-agents"
  ],
  "private": false,
  "license": "UNLICENSED",
  "engines": {
    "node": ">=22"
  },
  "volta": {
    "node": "22.22.2"
  },
  "type": "module",
  "exports": {
    ".": "./build/src/index.js"
  },
  "files": [
    "build",
    "README.md"
  ],
  "scripts": {
    "afterinstall": "npm run build",
    "dev": "tsc --watch",
    "build": "tsc --build",
    "test": "vitest run",
    "test:watch": "vitest",
    "type:check": "tsc --noEmit",
    "lint": "eslint ./ --fix",
    "lint:check": "eslint ./ --max-warnings=0",
    "format": "prettier --write .",
    "format:check": "prettier --check ."
  },
  "dependencies": {
    "@cargo-ai/types": "^1.0.81",
    "@cargo-ai/utils": "^1.0.31"
  },
  "peerDependencies": {
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@cargo-ai/eslint-config": "*",
    "@cargo-ai/prettier-config": "*",
    "@cargo-ai/ts-config": "*",
    "@types/node": "^20.10.8",
    "eslint": "9.26.0",
    "prettier": "3.3.3",
    "typescript": "5.3.2",
    "vitest": "4.1.11",
    "zod": "4.4.3"
  }
}
