{
  "name": "cdk-local",
  "version": "0.148.4",
  "description": "Run your CDK-built app locally — standalone, or against the real AWS resources and data it depends on. A CDK-native alternative to sam local.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "cdkl": "dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./state-provider": {
      "types": "./dist/local/local-state-provider.d.ts",
      "import": "./dist/local/local-state-provider.js"
    },
    "./internal": {
      "types": "./dist/internal.d.ts",
      "import": "./dist/internal.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/go-to-k/cdk-local.git"
  },
  "homepage": "https://github.com/go-to-k/cdk-local",
  "bugs": {
    "url": "https://github.com/go-to-k/cdk-local/issues"
  },
  "type": "module",
  "packageManager": "pnpm@11.15.0",
  "keywords": [
    "aws",
    "cdk",
    "local",
    "lambda",
    "api-gateway",
    "ecs",
    "docker",
    "sam-local",
    "developer-tools"
  ],
  "author": {
    "name": "go-to-k",
    "url": "https://github.com/go-to-k"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@aws-cdk/cloud-assembly-api": "^2.2.5",
    "@aws-cdk/toolkit-lib": "^1.28.0",
    "@aws-crypto/sha256-js": "^5.2.0",
    "@aws-sdk/client-bedrock-agentcore-control": "^3.1057.0",
    "@aws-sdk/client-cloudformation": "^3.1017.0",
    "@aws-sdk/client-cloudfront": "^3.1060.0",
    "@aws-sdk/client-cloudfront-keyvaluestore": "^3.1060.0",
    "@aws-sdk/client-ecr": "^3.1019.0",
    "@aws-sdk/client-eventbridge": "^3.1017.0",
    "@aws-sdk/client-kinesis": "^3.1018.0",
    "@aws-sdk/client-lambda": "^3.0.0",
    "@aws-sdk/client-s3": "^3.1053.0",
    "@aws-sdk/client-secrets-manager": "^3.1017.0",
    "@aws-sdk/client-sfn": "^3.1017.0",
    "@aws-sdk/client-sns": "^3.1017.0",
    "@aws-sdk/client-sqs": "^3.0.0",
    "@aws-sdk/client-ssm": "^3.1017.0",
    "@aws-sdk/client-sts": "^3.1016.0",
    "@aws-sdk/credential-provider-node": "^3.972.44",
    "@aws-sdk/signature-v4a": "^3.1059.0",
    "@clack/core": "^1.3.1",
    "@clack/prompts": "^1.4.0",
    "@smithy/node-http-handler": "^4.7.4",
    "@smithy/signature-v4": "^5.4.4",
    "@smithy/types": "^4.14.2",
    "agent-base": "^9.0.0",
    "chokidar": "^5.0.0",
    "commander": "^12.0.0",
    "fflate": "^0.8.3",
    "graphlib": "^2.1.8",
    "http-proxy-agent": "^9.0.0",
    "https-proxy-agent": "^9.0.0",
    "proxy-from-env": "^2.1.0",
    "ws": "^8.20.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.0",
    "@semantic-release/npm": "^13.0.0",
    "@types/graphlib": "^2.1.12",
    "@types/jsdom": "^28.0.3",
    "@types/node": "^20.19.0",
    "@types/ws": "^8.18.1",
    "jsdom": "^29.1.1",
    "semantic-release": "^25.0.0",
    "tsdown": "^0.22.9",
    "typescript": "^7.0.2",
    "vite-plus": "^0.2.5"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.0.0",
    "constructs": "^10.0.0"
  },
  "peerDependenciesMeta": {
    "aws-cdk-lib": {
      "optional": false
    },
    "constructs": {
      "optional": false
    }
  }
}
