aws-cdk
Version:
AWS CDK CLI, the command line tool for CDK apps
18 lines (17 loc) • 375 B
JSON
{
"name": "%name%",
"version": "0.1.0",
"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": "^30"
},
"dependencies": {
"aws-cdk-lib": "%cdk-version%",
"constructs": "%constructs-version%"
}
}