{
  "name": "@aws-cdk/cloudformation-diff",
  "version": "1.64.0",
  "description": "Utilities to diff CDK stacks against CloudFormation templates",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "cdk-build",
    "watch": "cdk-watch",
    "lint": "cdk-lint",
    "test": "cdk-test",
    "pkglint": "pkglint -f",
    "package": "cdk-package",
    "build+test+package": "npm run build+test && npm run package",
    "build+test": "npm run build && npm test"
  },
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com",
    "organization": true
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@aws-cdk/cfnspec": "1.64.0",
    "colors": "^1.4.0",
    "diff": "^4.0.2",
    "fast-deep-equal": "^3.1.3",
    "string-width": "^4.2.0",
    "table": "^6.0.3"
  },
  "devDependencies": {
    "@types/jest": "^26.0.14",
    "@types/string-width": "^4.0.1",
    "@types/table": "^5.0.0",
    "cdk-build-tools": "1.64.0",
    "fast-check": "^2.3.0",
    "jest": "^26.4.2",
    "pkglint": "1.64.0",
    "ts-jest": "^26.3.0"
  },
  "repository": {
    "url": "https://github.com/aws/aws-cdk.git",
    "type": "git",
    "directory": "packages/@aws-cdk/cloudformation-diff"
  },
  "keywords": [
    "aws",
    "cdk"
  ],
  "homepage": "https://github.com/aws/aws-cdk",
  "engines": {
    "node": ">= 10.13.0 <13 || >=13.7.0"
  },
  "stability": "experimental",
  "maturity": "experimental",
  "cdk-build": {
    "jest": true
  }
}