{
  "name": "@liflig/cdk-vy",
  "version": "2.5.119",
  "description": "CDK constructs for the Vy internal services, based on nsbno/terraform-provider-vy",
  "keywords": [
    "aws-cdk",
    "cdk",
    "vy",
    "cognito",
    "custom-resource"
  ],
  "homepage": "https://github.com/capralifecycle/vy-cdk-lib#readme",
  "bugs": {
    "url": "https://github.com/capralifecycle/vy-cdk-lib/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/capralifecycle/liflig-cdk-vy.git"
  },
  "license": "MPL-2.0",
  "author": "Liflig",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand",
    "lint": "biome check",
    "lint:fix": "biome check --fix",
    "format": "biome format --write",
    "semantic-release": "semantic-release",
    "package": "jsii-pacmak",
    "upgrade-dependencies": "ncu --upgrade --install always --format group"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.0",
    "@commitlint/cli": "20.5.3",
    "@commitlint/config-conventional": "20.5.3",
    "@types/aws-lambda": "8.10.162",
    "@types/jest": "30.0.0",
    "@types/node": "24.13.2",
    "aws-cdk-lib": "2.258.1",
    "constructs": "10.6.0",
    "jest": "30.4.2",
    "jest-cdk-snapshot": "2.3.6",
    "semantic-release": "25.0.5",
    "ts-jest": "29.4.11",
    "ts-node": "10.9.2",
    "tsx": "4.22.4",
    "typescript": "5.9.3",
    "npm-check-updates": "19.6.6"
  },
  "dependencies": {
    "@aws-crypto/sha256-js": "5.2.0",
    "@aws-sdk/client-sts": "3.1073.0",
    "@smithy/protocol-http": "5.5.1",
    "@smithy/signature-v4": "5.5.1"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.0.0",
    "constructs": "^10.0.0"
  }
}
