@aws-cdk/integ-runner
Version:
CDK Integration Testing Tool
104 lines • 3.07 kB
JSON
{
"name": "@aws-cdk/integ-runner",
"description": "CDK Integration Testing Tool",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk-cli",
"directory": "packages/@aws-cdk/integ-runner"
},
"bin": {
"integ-runner": "bin/integ-runner"
},
"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/integ-tests-alpha": "2.184.1-alpha.0",
"@cdklabs/eslint-plugin": "^1.3.5",
"@stylistic/eslint-plugin": "^3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/mock-fs": "^4",
"@types/node": "^16",
"@types/workerpool": "^6",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"aws-cdk-lib": "2.215.0",
"commit-and-tag-version": "^12",
"constructs": "^10",
"eslint": "^9",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"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",
"mock-fs": "^5",
"node-backpack": "^1.1.7",
"prettier": "^2.8",
"ts-jest": "^29.4.4",
"typescript": "5.9",
"@aws-cdk/aws-service-spec": "^0.1.98",
"@aws-cdk/cdk-assets-lib": "1.0.5",
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
"@aws-cdk/cloud-assembly-schema": ">=48.20.0",
"@aws-cdk/cloudformation-diff": "2.184.1",
"@aws-cdk/cx-api": "^2.215.0",
"@aws-cdk/toolkit-lib": "1.11.0",
"@aws-sdk/client-cloudformation": "^3",
"aws-cdk": "2.1033.0",
"chalk": "^4",
"chokidar": "^3",
"fs-extra": "^9",
"workerpool": "^6",
"yargs": "^16"
},
"dependencies": {
"@aws-cdk/aws-service-spec": "0.1.98",
"aws-cdk": "2.1033.0"
},
"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": "2.192.2",
"types": "lib/index.d.ts",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
"optionalDependencies": {
"fsevents": "2.3.2"
}
}