{
  "name": "@liflig/cdk",
  "version": "3.27.34",
  "description": "CDK library for Liflig",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/capralifecycle/liflig-cdk"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "test": "NODE_OPTIONS='--experimental-vm-modules --enable-source-maps' jest",
    "lint": "biome check",
    "lint:fix": "biome check --fix",
    "format": "biome format --write",
    "format:check": "biome format",
    "semantic-release": "semantic-release",
    "snapshots": "./scripts/create-snapshots.sh",
    "docs": "typedoc src --out docs",
    "upgrade-dependencies": "ncu --upgrade --install always --format group"
  },
  "bin": {
    "cdk-create-snapshots": "lib/bin/cdk-create-snapshots.js",
    "fetch-pipeline-variables": "lib/bin/fetch-pipeline-variables.js"
  },
  "keywords": [
    "cdk"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "assets",
    "lib"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "devDependencies": {
    "@aws-cdk/assert": "2.68.0",
    "@aws-sdk/client-cloudwatch-logs": "3.1090.0",
    "@aws-sdk/client-codebuild": "3.1090.0",
    "@aws-sdk/client-codepipeline": "3.1090.0",
    "@aws-sdk/client-ecs": "3.1090.0",
    "@aws-sdk/client-s3": "3.1090.0",
    "@aws-sdk/client-secrets-manager": "3.1090.0",
    "@aws-sdk/client-ses": "3.1090.0",
    "@aws-sdk/client-sesv2": "3.1090.0",
    "@aws-sdk/client-sfn": "3.1090.0",
    "@aws-sdk/client-ssm": "3.1090.0",
    "@aws-sdk/lib-storage": "3.1090.0",
    "@biomejs/biome": "2.5.4",
    "@commitlint/cli": "21.2.1",
    "@commitlint/config-conventional": "21.2.0",
    "@types/aws-lambda": "8.10.162",
    "@types/jest": "30.0.0",
    "@types/node": "24.13.3",
    "aws-cdk": "2.1132.0",
    "aws-cdk-lib": "2.261.0",
    "constructs": "10.7.0",
    "esbuild": "0.28.1",
    "jest": "30.4.2",
    "jest-cdk-snapshot": "2.3.6",
    "lefthook": "2.1.10",
    "npm-check-updates": "22.2.9",
    "semantic-release": "25.0.8",
    "ts-jest": "29.4.11",
    "tsx": "4.23.1",
    "typedoc": "0.28.20",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "@capraconsulting/webapp-deploy-lambda": "2.5.139",
    "aws-jwt-verify": "5.2.1"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.0.0",
    "constructs": "^10.0.0"
  },
  "overrides": {
    "minimatch": "10.2.5"
  }
}
