@aws-cdk-testing/cli-integ
Version:
Integration tests for the AWS CDK CLI
19 lines (18 loc) • 359 B
JSON
{
"name": "DockerImageFunctionConstruct",
"description": "testing docker lambda function ",
"version": "0.1.0",
"bin": {
"randomColors": "bin/app.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"license": "Apache-2.0",
"dependencies": {
"unique-names-generator": "^4.6.0"
}
}