{
  "name": "cdk-diff-report",
  "version": "1.2.2",
  "description": "Automated AWS CDK infrastructure diff for pull requests. Posts a formatted summary of added, modified, removed, and replaced resources to GitHub, GitLab, and Bitbucket PRs/MRs. Free and open source. Cost, security, AI and policy analysis available via the IaCReview plan.",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "cdk-diff-report": "dist/cli.js"
  },
  "files": [
    "dist/*.js",
    "dist/*.d.ts",
    "dist/*.js.map",
    "dist/*.d.ts.map",
    "action.yml",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/cli.ts",
    "test": "node --test dist/test/*.test.js",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "cdk", "cdk-diff", "aws-cdk", "diff", "infrastructure-as-code", "iac",
    "cloudformation", "aws", "github", "github-action", "gitlab", "bitbucket",
    "pull-request", "merge-request", "pr-comment", "ci-cd", "devops", "infrastructure"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dzon337/cdk-diff-report.git"
  },
  "homepage": "https://github.com/dzon337/cdk-diff-report#readme",
  "devDependencies": {
    "@types/node": "^20.0.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@aws-cdk/cloudformation-diff": "^2.187.2"
  }
}
