{
  "name": "@othree.io/cdk",
  "version": "6.0.0",
  "description": "CDK Utils",
  "exports": {
    ".": {
      "types": "./lib/esm/index.d.ts",
      "import": "./lib/esm/index.js",
      "require": "./lib/cjs/index.js"
    }
  },
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/esm/index.d.ts",
  "files": [
    "lib"
  ],
  "private": false,
  "scripts": {
    "test": "vitest run",
    "build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
  },
  "keywords": [
    "cdk",
    "aws",
    "infrastructure"
  ],
  "author": "othree",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/othree.oss/cdk.git"
  },
  "bugs": {
    "url": "https://gitlab.com/othree.oss/cdk/-/issues"
  },
  "homepage": "https://gitlab.com/othree.oss/cdk#readme",
  "peerDependencies": {
    "@aws-sdk/util-dynamodb": "^3.163.0",
    "@othree.io/optional": "^3.0.0",
    "aws-cdk-lib": "^2.221.0",
    "constructs": "^10.0.0"
  },
  "devDependencies": {
    "@types/node": "^25.2.3",
    "docdash": "^2.0.1",
    "jsdoc": "^4.0.5",
    "semantic-release": "^19.0.5",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
