{
  "name": "@cdklabs/cdk-appmod-catalog-blueprints",
  "description": "Serverless infrastructure components organized by business use cases",
  "repository": {
    "type": "git",
    "url": "https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git"
  },
  "scripts": {
    "build": "npx projen build",
    "build:fast": "npx projen build:fast",
    "build:no-test": "npx projen build:no-test",
    "bump": "npx projen bump",
    "clobber": "npx projen clobber",
    "compat": "npx projen compat",
    "compile": "npx projen compile",
    "default": "npx projen default",
    "docgen": "npx projen docgen",
    "eject": "npx projen eject",
    "eslint": "npx projen eslint",
    "integ": "npx projen integ",
    "integ:update": "npx projen integ:update",
    "package": "npx projen package",
    "package-all": "npx projen package-all",
    "package:dotnet": "npx projen package:dotnet",
    "package:java": "npx projen package:java",
    "package:js": "npx projen package:js",
    "package:python": "npx projen package:python",
    "post-compile": "npx projen post-compile",
    "post-upgrade": "npx projen post-upgrade",
    "pre-compile": "npx projen pre-compile",
    "release": "npx projen release",
    "rosetta:extract": "npx projen rosetta:extract",
    "test": "npx projen test",
    "test:cdk-nag:all": "npx projen test:cdk-nag:all",
    "test:cdk-nag:document-processing": "npx projen test:cdk-nag:document-processing",
    "test:cdk-nag:webapp": "npx projen test:cdk-nag:webapp",
    "test:document-processing": "npx projen test:document-processing",
    "test:document-processing:unit": "npx projen test:document-processing:unit",
    "test:security": "npx projen test:security",
    "test:watch": "npx projen test:watch",
    "test:webapp": "npx projen test:webapp",
    "test:webapp:core": "npx projen test:webapp:core",
    "test:webapp:frontend": "npx projen test:webapp:frontend",
    "test:webapp:quickstart": "npx projen test:webapp:quickstart",
    "test:webapp:unit": "npx projen test:webapp:unit",
    "unbump": "npx projen unbump",
    "upgrade": "npx projen upgrade",
    "upgrade-cdklabs-projen-project-types": "npx projen upgrade-cdklabs-projen-project-types",
    "upgrade-dev-deps": "npx projen upgrade-dev-deps",
    "watch": "npx projen watch",
    "projen": "npx projen"
  },
  "author": {
    "name": "Amazon Web Services",
    "email": "aws-cdk-dev@amazon.com",
    "organization": true
  },
  "devDependencies": {
    "@aws-cdk/aws-lambda-python-alpha": "2.218.0-alpha.0",
    "@aws-cdk/integ-runner": "latest",
    "@aws-cdk/integ-tests-alpha": "latest",
    "@stylistic/eslint-plugin": "^2",
    "@types/jest": "^29.5.14",
    "@types/node": "^18",
    "@typescript-eslint/eslint-plugin": "^8",
    "@typescript-eslint/parser": "^8",
    "aws-cdk-lib": "2.218.0",
    "cdk-nag": "^2.37.55",
    "cdklabs-projen-project-types": "^0.3.7",
    "commit-and-tag-version": "^12",
    "constructs": "10.0.5",
    "eslint": "^9",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "jest": "^29.7.0",
    "jest-junit": "^16",
    "jsii": "~5.9.5",
    "jsii-diff": "^1.127.0",
    "jsii-docgen": "^10.11.12",
    "jsii-pacmak": "^1.127.0",
    "jsii-rosetta": "~5.9.37",
    "projen": "^0.98.4",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@aws-cdk/aws-lambda-python-alpha": "^2.218.0-alpha.0",
    "aws-cdk-lib": "^2.218.0",
    "constructs": "^10.0.5"
  },
  "keywords": [
    "cdk"
  ],
  "engines": {
    "node": ">= 18.12.0"
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.17.0",
  "jest": {
    "coverageProvider": "v8",
    "testMatch": [
      "<rootDir>/@(use-cases|test)/**/*(*.)@(spec|test).ts?(x)",
      "<rootDir>/@(use-cases|test)/**/__tests__/**/*.ts?(x)",
      "<rootDir>/@(projenrc)/**/*(*.)@(spec|test).ts?(x)",
      "<rootDir>/@(projenrc)/**/__tests__/**/*.ts?(x)"
    ],
    "clearMocks": true,
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "lcov",
      "clover",
      "cobertura",
      "text"
    ],
    "coverageDirectory": "coverage",
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "watchPathIgnorePatterns": [
      "/node_modules/"
    ],
    "reporters": [
      "default",
      [
        "jest-junit",
        {
          "outputDirectory": "test-reports"
        }
      ]
    ],
    "transform": {
      "^.+\\.[t]sx?$": [
        "ts-jest",
        {
          "tsconfig": "tsconfig.dev.json"
        }
      ]
    }
  },
  "types": "lib/index.d.ts",
  "stability": "experimental",
  "jsii": {
    "outdir": "dist",
    "targets": {
      "java": {
        "package": "io.github.cdklabs.appmod.catalog.blueprints",
        "maven": {
          "groupId": "io.github.cdklabs",
          "artifactId": "appmod-catalog-blueprints"
        }
      },
      "python": {
        "distName": "appmod-catalog-blueprints",
        "module": "appmod_catalog_blueprints"
      },
      "dotnet": {
        "namespace": "CdklabsAppmodCatalogBlueprints",
        "packageId": "CdklabsAppmodCatalogBlueprints"
      }
    },
    "tsc": {
      "outDir": "lib",
      "rootDir": "use-cases"
    }
  },
  "files": [
    "lib/",
    ".jsii"
  ],
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}
