aws-cdk
Version:
AWS CDK CLI, the command line tool for CDK apps
21 lines (20 loc) • 425 B
JSON
{
"name": "%name%",
"version": "0.1.0",
"bin": {
"%name%": "bin/%name%.js"
},
"scripts": {
"build": "echo \"The build step is not required when using JavaScript!\" && exit 0",
"cdk": "cdk",
"test": "jest"
},
"devDependencies": {
"aws-cdk": "%cdk-cli-version%",
"jest": "^29.7.0"
},
"dependencies": {
"aws-cdk-lib": "%cdk-version%",
"constructs": "%constructs-version%"
}
}