{
"name": "{{name}}-cdk",
"version": "0.1.0",
"bin": { "{{name}}-cdk": "bin/app.js" },
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"deploy": "cdk deploy --all",
"diff": "cdk diff",
"synth": "cdk synth",
"destroy": "cdk destroy --all"
},
"dependencies": {
"aws-cdk-lib": "^2.170.0",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"aws-cdk": "^2.170.0",
"ts-node": "^10.9.2",
"typescript": "~5.7.0"
}
}