{
  "name": "@aws-cdk-testing/cli-integ",
  "description": "Integration tests for the AWS CDK CLI",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/aws-cdk-cli-testing",
    "directory": "packages/@aws-cdk-testing/cli-integ"
  },
  "bin": {
    "apply-patches": "bin/apply-patches",
    "download-and-run-old-tests": "bin/download-and-run-old-tests",
    "query-github": "bin/query-github",
    "run-suite": "bin/run-suite",
    "stage-distribution": "bin/stage-distribution",
    "test-root": "bin/test-root"
  },
  "scripts": {
    "build": "npx projen build",
    "bump": "npx projen bump",
    "check-for-updates": "npx projen check-for-updates",
    "compile": "npx projen compile",
    "default": "npx projen default",
    "eslint": "npx projen eslint",
    "gather-versions": "npx projen gather-versions",
    "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.3.2",
    "@stylistic/eslint-plugin": "^2.13.0",
    "@types/fs-extra": "^9",
    "@types/glob": "^7",
    "@types/jest": "^29.5.14",
    "@types/node": "^16",
    "@types/semver": "^7",
    "@types/yargs": "^15",
    "@typescript-eslint/eslint-plugin": "^8",
    "@typescript-eslint/parser": "^8",
    "commit-and-tag-version": "^12",
    "constructs": "^10.0.0",
    "eslint": "^9",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-typescript": "^3.10.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.11.0",
    "eslint-plugin-prettier": "^5.2.6",
    "jest": "^29.7.0",
    "jest-junit": "^16",
    "prettier": "^2.8",
    "projen": "^0.91.20",
    "ts-jest": "^29.2.5",
    "typescript": "5.6"
  },
  "dependencies": {
    "@aws-sdk/client-cloudformation": "^3",
    "@aws-sdk/client-codeartifact": "^3",
    "@aws-sdk/client-ecr": "^3",
    "@aws-sdk/client-ecs": "^3",
    "@aws-sdk/client-iam": "^3",
    "@aws-sdk/client-lambda": "^3",
    "@aws-sdk/client-s3": "^3",
    "@aws-sdk/client-sns": "^3",
    "@aws-sdk/client-sso": "^3",
    "@aws-sdk/client-sts": "^3",
    "@aws-sdk/credential-providers": "^3",
    "@cdklabs/cdk-atmosphere-client": "^0.0.27",
    "@octokit/rest": "^18.12.0",
    "@smithy/types": "^3",
    "@smithy/util-retry": "^3",
    "axios": "^1",
    "chalk": "^4",
    "fs-extra": "^9",
    "glob": "^7",
    "jest": "^29",
    "jest-junit": "^15",
    "make-runnable": "^1",
    "mockttp": "^3",
    "node-pty": "^1.0.0",
    "npm": "^8",
    "p-queue": "^6",
    "semver": "^7",
    "sinon": "^9",
    "ts-jest": "^29",
    "ts-mock-imports": "^1",
    "yaml": "1",
    "yargs": "^17"
  },
  "keywords": [
    "aws",
    "cdk"
  ],
  "engines": {
    "node": ">= 16.0.0"
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "homepage": "https://github.com/aws/aws-cdk",
  "publishConfig": {
    "access": "public"
  },
  "version": "3.4.3",
  "types": "lib/index.d.ts",
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}
