@aws-cdk-testing/cli-integ
Version:
Integration tests for the AWS CDK CLI
133 lines (132 loc) • 3.8 kB
JSON
{
"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",
"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": "projen build",
"bump": "projen bump",
"check-for-updates": "projen check-for-updates",
"check-licenses": "projen check-licenses",
"compile": "projen compile",
"default": "projen default",
"eslint": "projen eslint",
"gather-versions": "projen gather-versions",
"nx": "projen nx",
"package": "projen package",
"post-compile": "projen post-compile",
"pre-compile": "projen pre-compile",
"test": "projen test",
"test:watch": "projen test:watch",
"unbump": "projen unbump",
"watch": "projen watch",
"projen": "projen"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": true
},
"devDependencies": {
"@aws-cdk/toolkit-lib": "1.27.1",
"@aws-cdk/yarn-cling": "0.0.0",
"@cdklabs/eslint-plugin": "^2.0.6",
"@stylistic/eslint-plugin": "^3",
"@types/fs-extra": "^11",
"@types/jest": "^29.5.14",
"@types/node": "^20",
"@types/semver": "^7",
"@types/yargs": "^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": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-jsdoc": "^62.9.0",
"eslint-plugin-prettier": "^4.2.5",
"jest": "^29.7.0",
"jest-junit": "^16",
"license-checker": "^25.0.1",
"nx": "^22.7.2",
"prettier": "^2.8",
"projen": "^0.99.70",
"ts-jest": "^29.2.5",
"typescript": "5.9"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3",
"@aws-sdk/client-codeartifact": "^3",
"@aws-sdk/client-dynamodb": "^3",
"@aws-sdk/client-ecr": "^3",
"@aws-sdk/client-ecr-public": "^3",
"@aws-sdk/client-ecs": "^3",
"@aws-sdk/client-iam": "^3",
"@aws-sdk/client-lambda": "^3",
"@aws-sdk/client-s3": "^3",
"@aws-sdk/client-secrets-manager": "^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.102",
"@octokit/rest": "^20",
"@smithy/types": "^4",
"@smithy/util-retry": "^4",
"chalk": "^4",
"fast-glob": "^3.3.3",
"fs-extra": "^11",
"jest": "^29",
"jest-junit": "^16",
"make-runnable": "^1",
"mockttp": "^3",
"node-pty": "^1.1.0",
"npm": "^11",
"p-queue": "^6",
"proxy-agent": "^7.0.0",
"semver": "^7",
"sinon": "^9",
"ts-jest": "^29",
"ts-mock-imports": "^1",
"yaml": "1",
"yargs": "^16"
},
"keywords": [
"aws",
"cdk"
],
"engines": {
"node": ">= 18.0.0"
},
"devEngines": {
"packageManager": {
"name": "yarn",
"version": ">=4",
"onFail": "ignore"
}
},
"main": "lib/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-cdk",
"publishConfig": {
"access": "public"
},
"version": "3.32.6",
"packageManager": "yarn@4.13.0",
"types": "lib/index.d.ts",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
}