UNPKG

@aws-cdk-testing/cli-integ

Version:

Integration tests for the AWS CDK CLI

123 lines (122 loc) 3.71 kB
{ "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": "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": { "@aws-cdk/toolkit-lib": "1.11.0", "@aws-cdk/yarn-cling": "0.0.0", "@cdklabs/eslint-plugin": "^1.3.5", "@stylistic/eslint-plugin": "^3", "@types/fs-extra": "^9", "@types/jest": "^29.5.14", "@types/node": "^16", "@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": "^9.1.2", "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^28.14.0", "eslint-plugin-jsdoc": "^50.8.0", "eslint-plugin-prettier": "^5.5.4", "jest": "^29.7.0", "jest-junit": "^16", "license-checker": "^25.0.1", "prettier": "^2.8", "ts-jest": "^29.2.5", "typescript": "5.9" }, "dependencies": { "@aws-sdk/client-cloudformation": "^3.893.0", "@aws-sdk/client-codeartifact": "^3.893.0", "@aws-sdk/client-ecr": "^3.893.0", "@aws-sdk/client-ecr-public": "^3.893.0", "@aws-sdk/client-ecs": "^3.893.0", "@aws-sdk/client-iam": "^3.893.0", "@aws-sdk/client-lambda": "^3.893.0", "@aws-sdk/client-s3": "^3.893.0", "@aws-sdk/client-secrets-manager": "^3.893.0", "@aws-sdk/client-sns": "^3.893.0", "@aws-sdk/client-sso": "^3.893.0", "@aws-sdk/client-sts": "^3.893.0", "@aws-sdk/credential-providers": "^3.893.0", "@cdklabs/cdk-atmosphere-client": "^0.0.65", "@octokit/rest": "^20", "@smithy/types": "^4.5.0", "@smithy/util-retry": "^4.1.2", "axios": "^1", "chalk": "^4", "fs-extra": "^9", "glob": "^9", "jest": "^29", "jest-junit": "^15", "make-runnable": "^1", "mockttp": "^3", "node-pty": "^1.0.0", "npm": "^10", "p-queue": "^6", "proxy-agent": "^6.5.0", "semver": "^7", "sinon": "^9", "ts-jest": "^29", "ts-mock-imports": "^1", "yaml": "1", "yargs": "^16" }, "keywords": [ "aws", "cdk" ], "engines": { "node": ">= 18.0.0" }, "main": "lib/index.js", "license": "Apache-2.0", "homepage": "https://github.com/aws/aws-cdk", "publishConfig": { "access": "public" }, "version": "3.19.0", "types": "lib/index.d.ts", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }