@aws-cdk/cloudformation-diff
Version:
Utilities to diff CDK stacks against CloudFormation templates
87 lines (86 loc) • 2.57 kB
JSON
{
"name": "@aws-cdk/cloudformation-diff",
"description": "Utilities to diff CDK stacks against CloudFormation templates",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk-cli",
"directory": "packages/@aws-cdk/cloudformation-diff"
},
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"check-for-updates": "npx projen check-for-updates",
"check-licenses": "npx projen check-licenses",
"compile": "npx projen compile",
"default": "npx projen default",
"eslint": "npx projen eslint",
"gather-versions": "npx projen gather-versions",
"nx": "npx projen nx",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"pre-compile": "npx projen pre-compile",
"test": "npx projen test",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"watch": "npx projen watch",
"projen": "npx projen"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": true
},
"devDependencies": {
"@aws-sdk/client-cloudformation": "3.0.0",
"@cdklabs/eslint-plugin": "^1.3.2",
"@stylistic/eslint-plugin": "^3",
"@types/jest": "^29.5.14",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"commit-and-tag-version": "^12",
"constructs": "^10.0.0",
"eslint": "^9",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-jsdoc": "^50.8.0",
"eslint-plugin-prettier": "^5.5.1",
"fast-check": "^3.23.2",
"jest": "^29.7.0",
"jest-junit": "^16",
"license-checker": "^25.0.1",
"prettier": "^2.8",
"ts-jest": "^29.4.0",
"typescript": "5.8"
},
"peerDependencies": {
"@aws-sdk/client-cloudformation": "^3"
},
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.1.86",
"@aws-cdk/service-spec-types": "^0.0.152",
"chalk": "^4",
"diff": "^7.0.0",
"fast-deep-equal": "^3.1.3",
"string-width": "^4",
"table": "^6"
},
"keywords": [
"aws",
"cdk"
],
"engines": {
"node": ">= 18.0.0"
},
"main": "lib/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-cdk",
"publishConfig": {
"access": "public"
},
"version": "2.183.0",
"types": "lib/index.d.ts",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}