{
  "name": "@aws-cdk/cfnspec",
  "description": "The CloudFormation resource specification used by @aws-cdk packages",
  "version": "1.64.0",
  "scripts": {
    "update": "cdk-build && /bin/bash build-tools/update.sh",
    "build": "cdk-build && node build-tools/build",
    "watch": "cdk-watch",
    "lint": "cdk-lint",
    "pkglint": "pkglint -f",
    "test": "cdk-test",
    "package": "cdk-package",
    "build+test+package": "npm run build+test && npm run package",
    "build+test": "npm run build && npm test"
  },
  "nyc": {
    "statements": 50,
    "lines": 50
  },
  "pkglint": {
    "ignore": true
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "devDependencies": {
    "@types/fs-extra": "^8.1.1",
    "@types/md5": "^2.2.0",
    "@types/nodeunit": "^0.0.31",
    "cdk-build-tools": "1.64.0",
    "fast-json-patch": "^2.2.1",
    "fs-extra": "^9.0.1",
    "json-diff": "^0.5.4",
    "nodeunit": "^0.11.3",
    "pkglint": "1.64.0",
    "sort-json": "^2.0.0"
  },
  "dependencies": {
    "md5": "^2.3.0"
  },
  "repository": {
    "url": "https://github.com/aws/aws-cdk.git",
    "type": "git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com",
    "organization": true
  },
  "keywords": [
    "aws",
    "cdk"
  ],
  "homepage": "https://github.com/aws/aws-cdk"
}