{
  "name": "@jjrawlins/cdk-diff-pr-github-action",
  "description": "A GitHub Action that creates a CDK diff for a pull request.",
  "repository": {
    "type": "git",
    "url": "https://jjrawlins@github.com/JaysonRawlins/cdk-diff-pr-github-action.git"
  },
  "scripts": {
    "build": "npx projen build",
    "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",
    "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:watch": "npx projen test:watch",
    "unbump": "npx projen unbump",
    "upgrade": "npx projen upgrade",
    "watch": "npx projen watch",
    "projen": "npx projen"
  },
  "author": {
    "name": "Jayson Rawlins",
    "email": "JaysonJ.Rawlins@gmail.com",
    "organization": false
  },
  "devDependencies": {
    "@aws-sdk/types": "^3.973.6",
    "@stylistic/eslint-plugin": "^2",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.24",
    "@types/node": "^24.12.2",
    "@typescript-eslint/eslint-plugin": "^8",
    "@typescript-eslint/parser": "^8",
    "aws-cdk": "2.1029.2",
    "aws-cdk-lib": "2.85.0",
    "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": "^30.3.0",
    "jest-junit": "^16",
    "jsii": "^5.8.0",
    "jsii-diff": "^1.127.0",
    "jsii-docgen": "^10.5.0",
    "jsii-pacmak": "^1.127.0",
    "jsii-rosetta": "^5.8.0",
    "projen": "^0.98.10",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.85.0",
    "constructs": ">=10.0.5 <11.0.0"
  },
  "dependencies": {
    "@aws-sdk/client-cloudformation": "^3.1024.0",
    "@types/crypto-js": "^4.2.2",
    "@types/js-yaml": "^4.0.9",
    "crypto-js": "^4.2.0",
    "js-yaml": "^4.1.1",
    "lodash": "^4.18.1",
    "lodash.merge": "^4.6.2"
  },
  "bundledDependencies": [
    "@aws-sdk/client-cloudformation",
    "@types/crypto-js",
    "@types/js-yaml",
    "crypto-js",
    "js-yaml",
    "lodash",
    "lodash.merge"
  ],
  "resolutions": {
    "brace-expansion": "1.1.12",
    "form-data": "^4.0.4",
    "@eslint/plugin-kit": "^0.3.4",
    "aws-cdk-lib": ">=2.85.0 <3.0.0",
    "constructs": "10.0.5",
    "projen": ">=0.98.10 <1.0.0"
  },
  "keywords": [
    "action",
    "aws",
    "cdk",
    "diff",
    "github",
    "pull request"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.10.8",
  "jest": {
    "coverageProvider": "v8",
    "testMatch": [
      "<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)",
      "<rootDir>/@(src|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": {
      "python": {
        "distName": "jjrawlins-cdk-diff-pr-github-action",
        "module": "jjrawlins_cdk_diff_pr_github_action"
      },
      "dotnet": {
        "namespace": "JJRawlins.CdkDiffPrGithubAction",
        "packageId": "JJRawlins.CdkDiffPrGithubAction"
      },
      "go": {
        "moduleName": "github.com/JaysonRawlins/cdk-diff-pr-github-action",
        "packageName": "cdkdiffprgithubaction"
      }
    },
    "tsc": {
      "outDir": "lib",
      "rootDir": "src"
    }
  },
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}
