{
  "name": "cdk-ssm-secure-iam-access-key",
  "description": "Creates an IAM Access Key for a provided IAM User and stores the result in an SSM SecureString Parameter",
  "repository": {
    "type": "git",
    "url": "https://github.com/dkershner6/cdk-ssm-secure-iam-access-key.git"
  },
  "scripts": {
    "build": "npx projen build",
    "bump": "npx projen bump",
    "ci": "npx projen ci",
    "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",
    "i": "npx projen i",
    "lint": "npx projen lint",
    "package": "npx projen package",
    "package-all": "npx projen package-all",
    "package:dotnet": "npx projen package:dotnet",
    "package:go": "npx projen package:go",
    "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",
    "test": "npx projen test",
    "test-unit": "npx projen test-unit",
    "test:watch": "npx projen test:watch",
    "type-check": "npx projen type-check",
    "unbump": "npx projen unbump",
    "upgrade": "npx projen upgrade",
    "watch": "npx projen watch",
    "projen": "npx projen"
  },
  "author": {
    "name": "Derek Kershner",
    "url": "https://dkershner.com",
    "organization": false
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.130",
    "@types/clone-deep": "^4.0.4",
    "@types/jest": "^29.5.11",
    "@types/node": "^18",
    "@typescript-eslint/eslint-plugin": "^6",
    "@typescript-eslint/parser": "^6",
    "aws-cdk-lib": "2.103.1",
    "clone-deep": "^4.0.1",
    "constructs": "10.0.5",
    "dkershner6-projen-typescript": "^0.0.12",
    "esbuild": "^0.19.11",
    "eslint": "^8",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^27.6.1",
    "eslint-plugin-prettier": "^5.1.2",
    "eslint-plugin-sonarjs": "^0.23.0",
    "jest": "^29.7.0",
    "jest-junit": "^15",
    "jsii": "~5.0.0",
    "jsii-diff": "^1.93.0",
    "jsii-docgen": "^10.3.3",
    "jsii-pacmak": "^1.93.0",
    "jsii-rosetta": "~5.0.0",
    "prettier": "^3.1.1",
    "projen": "^0.78.8",
    "projen-nvm": "^0.0.48",
    "standard-version": "^9",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.103.1",
    "constructs": "^10.0.5"
  },
  "dependencies": {
    "@aws-sdk/client-iam": "^3.485.0",
    "@aws-sdk/client-ssm": "^3.485.0"
  },
  "bundledDependencies": [
    "@aws-sdk/client-iam",
    "@aws-sdk/client-ssm"
  ],
  "keywords": [
    "awscdk",
    "cdk",
    "iam",
    "securestring",
    "ssm"
  ],
  "engines": {
    "node": ">= 18.12.0 <= 20.10.0"
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "version": "0.0.8",
  "jest": {
    "testEnvironment": "node",
    "transformIgnorePatterns": [
      "node_modules/(?!(@babel/runtime|@buildresonance/global-lib-storefront-shared-components|@buildresonance/global-lib-storefront-next-markdown|@mui*|.*separated-tokens|.*util-gfm.*|bail|ccount|character-entities.*|decode-named-character-reference|direction|escape-string-regexp|github-slugger|hast.*|html-void-elements|is-plain-obj|longest-streak|markdown.*|mdast.*|micromark.*|property-information|rehype.*|remark.*|stringify-entities|strip-markdown|trim-lines|trough|unified|unist.*|vfile.*|web-namespaces|zwitch|@panva/hkdf|jose|swiper|swiper/react|ssr-window|dom7|uuid)/)",
      "\\.pnp\\.[^\\/]+$"
    ],
    "testMatch": [
      "<rootDir>/src/**/__tests__/**/*.ts?(x)",
      "<rootDir>/(test|src)/**/*(*.)@(spec|test).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": "stable",
  "jsii": {
    "outdir": "dist",
    "targets": {
      "python": {
        "distName": "cdk-ssm-secure-iam-access-key",
        "module": "cdk_ssm-secure-iam-access-key"
      },
      "dotnet": {
        "namespace": "DKershner6.CdkSsmSecureIamAccessKey",
        "packageId": "DKershner6.CdkSsmSecureIamAccessKey"
      },
      "go": {
        "moduleName": "github.com/dkershner6/cdk-ssm-secure-iam-access-key"
      }
    },
    "tsc": {
      "outDir": "lib",
      "rootDir": "src"
    }
  },
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}
