aws-cdk
Version:
AWS CDK CLI, the command line tool for CDK apps
25 lines (24 loc) • 492 B
JSON
{
"name": "%name%",
"version": "0.1.0",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@swc/core": "^1.15.0",
"@swc/jest": "^0.2.39",
"@types/jest": "^30",
"@types/node": "^24.10.1",
"jest": "^30",
"aws-cdk": "%cdk-cli-version%",
"tsx": "^4.23.0",
"typescript": "~7.0.2"
},
"dependencies": {
"aws-cdk-lib": "%cdk-version%",
"constructs": "%constructs-version%"
}
}