{
  "name": "@aws/agentcore-cdk",
  "version": "0.1.0-alpha.40",
  "description": "L3 CDK constructs for Amazon Bedrock AgentCore",
  "license": "Apache-2.0",
  "author": {
    "name": "Amazon Web Services",
    "email": "bedrock-agentcore-npm@amazon.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/agentcore-l3-cdk-constructs.git"
  },
  "bugs": {
    "url": "https://github.com/aws/agentcore-l3-cdk-constructs/issues"
  },
  "homepage": "https://github.com/aws/agentcore-l3-cdk-constructs#readme",
  "keywords": [
    "aws",
    "cdk",
    "bedrock",
    "@aws/agentcore",
    "constructs",
    "infrastructure"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "secrets:check": "secretlint '**/*'",
    "security:audit": "npm audit --audit-level=high --omit=dev",
    "prepare": "husky || true",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@aws-sdk/client-sts": "^3.995.0",
    "@aws-sdk/credential-providers": "^3.995.0",
    "@aws-sdk/region-config-resolver": "^3.972.13",
    "@smithy/shared-ini-file-loader": "^4.4.3",
    "esbuild": "^0.28.0",
    "fflate": "^0.8.2",
    "zod": "^4.3.5"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.257.0",
    "constructs": "^10.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@secretlint/secretlint-rule-preset-recommend": "^11.3.0",
    "@trivago/prettier-plugin-sort-imports": "6.0.0",
    "@types/node": "^25.0.3",
    "@typescript-eslint/eslint-plugin": "^8.50.0",
    "@typescript-eslint/parser": "^8.50.0",
    "@vitest/coverage-v8": "^4.1.1",
    "aws-cdk-lib": "^2.257.0",
    "constructs": "^10.4.4",
    "eslint": "^10.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-security": "^4.0.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "prettier": "^3.7.4",
    "secretlint": "^11.3.0",
    "typescript": "^5",
    "typescript-eslint": "^8.50.1",
    "vitest": "^4.1.1"
  },
  "overridesComments": {
    "minimatch": "GHSA-7r86-cg39-jmmj, GHSA-23c5-xmqv-rm74: minimatch 10.0.0-10.2.2 and <3.1.3 have ReDoS vulnerabilities. Transitive via eslint, typescript-eslint, prettier-plugin-sort-imports, aws-cdk-lib. Remove once upstream packages update.",
    "fast-xml-parser": "GHSA-8gc5-j5rx-235r, GHSA-jp2q-39xq-3w4g, GHSA-gh4j-gqv2-49f6: fast-xml-parser <=5.6.0 has entity expansion bypass and XML injection. Transitive via @aws-sdk/xml-builder. Remove once @aws-sdk updates.",
    "fast-xml-builder": "GHSA-5wm8-gmm8-39j9: fast-xml-builder <=1.1.6 allows attribute value bypass. Transitive via @aws-sdk/xml-builder. Remove once @aws-sdk updates."
  },
  "overrides": {
    "minimatch": "10.2.4",
    "fast-xml-parser": "5.7.2",
    "fast-xml-builder": "1.2.0"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint --max-warnings=10"
    ],
    "*.{ts,tsx,js,jsx,json,md,css,html}": [
      "prettier --check"
    ],
    "*": [
      "secretlint"
    ]
  }
}
