{
  "name": "@cargo-ai/cdk",
  "version": "1.0.86",
  "description": "Cargo CDK — define every Cargo resource (connectors, models, plays, tools, agents, MCP servers, folders, files, workers, apps, sending domains, mailboxes) in code and deploy it declaratively: plan, apply, refresh, import and destroy over a repo of definitions.",
  "homepage": "https://www.getcargo.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getcargohq/cargo.git",
    "directory": "packages/cdk"
  },
  "keywords": [
    "cargo",
    "cdk",
    "infrastructure-as-code",
    "iac",
    "deploy",
    "agents",
    "workflows"
  ],
  "private": false,
  "license": "UNLICENSED",
  "engines": {
    "node": ">=22"
  },
  "volta": {
    "node": "22.22.2"
  },
  "type": "module",
  "bin": {
    "cargo-cdk": "./build/src/cli/bin.js"
  },
  "exports": {
    ".": {
      "types": "./build/src/index.d.ts",
      "default": "./build/src/index.js"
    },
    "./deploy": {
      "types": "./build/src/deploy/index.d.ts",
      "default": "./build/src/deploy/index.js"
    },
    "./cli": {
      "types": "./build/src/cli/index.d.ts",
      "default": "./build/src/cli/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "build",
    "!build/src/**/__tests__",
    "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/api": "^1.0.85",
    "@cargo-ai/types": "^1.0.82",
    "@cargo-ai/utils": "^1.0.31",
    "@cargo-ai/worker-sdk": "^1.0.20",
    "@cargo-ai/workflow-sdk": "^1.0.24",
    "@clack/prompts": "^1.7.0",
    "acorn": "^8.17.0",
    "commander": "^12.1.0",
    "esbuild": "^0.28.2",
    "eslint-scope": "^8.4.0",
    "tsx": "^4.19.3",
    "undici": "^7.29.0"
  },
  "peerDependencies": {
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@cargo-ai/eslint-config": "*",
    "@cargo-ai/prettier-config": "*",
    "@cargo-ai/ts-config": "*",
    "@types/eslint-scope": "^3.7.7",
    "@types/estree": "^1.0.9",
    "@types/node": "^20.19.43",
    "eslint": "9.26.0",
    "prettier": "3.3.3",
    "typescript": "5.3.2",
    "vite": "8.1.0",
    "vitest": "4.1.11",
    "zod": "4.4.3"
  }
}
