{
  "name": "cdk",
  "description": "AWS CDK Toolkit",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/aws-cdk-cli",
    "directory": "packages/cdk"
  },
  "bin": {
    "cdk": "bin/cdk"
  },
  "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": {
    "@cdklabs/eslint-plugin": "^1.5.10",
    "@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.8",
    "eslint-import-resolver-typescript": "^3.10.1",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^29.15.1",
    "eslint-plugin-jsdoc": "^62.9.0",
    "eslint-plugin-prettier": "^5.5.5",
    "jest": "^29.7.0",
    "jest-junit": "^16",
    "license-checker": "^25.0.1",
    "prettier": "^2.8",
    "ts-jest": "^29.4.9",
    "typescript": "5.9"
  },
  "dependencies": {
    "aws-cdk": "2.1118.0"
  },
  "keywords": [
    "aws",
    "cdk"
  ],
  "engines": {
    "node": ">= 18.0.0"
  },
  "devEngines": {
    "packageManager": {
      "name": "yarn",
      "version": "1.22.22",
      "onFail": "ignore"
    }
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "homepage": "https://github.com/aws/aws-cdk",
  "publishConfig": {
    "access": "public"
  },
  "version": "2.1118.0",
  "types": "lib/index.d.ts",
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}
