trypost/cdk/package.json
vickytechkey c899d7db13
All checks were successful
Setup EC2 Tools / setup-server (push) Successful in 2m40s
chore: add missing AWS CDK and project dependencies to node_modules
2026-09-10 22:50:11 +05:30

22 lines
457 B
JSON

{
"name": "trypost-cdk",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc",
"cdk": "cdk",
"synth": "cdk synth",
"deploy": "cdk deploy",
"diff": "cdk diff"
},
"devDependencies": {
"@types/node": "^22.13.5",
"aws-cdk": "^2.1140.0",
"aws-cdk-lib": "^2.180.0",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21",
"tsx": "^4.23.0",
"typescript": "^5.7.0"
}
}