{ "name": "cdk-codu", "version": "0.1.0", "scripts": { "build": "tsc", "watch": "tsc -w", "test": "jest --passWithNoTests", "cdk": "cdk" }, "devDependencies": { "@aws-sdk/client-s3": "^3.609.0", "@types/jest": "^29.5.12", "@types/node": "^20.14.9", "@types/react": "^18.3.3", "aws-cdk": "^2.147.3", "jest": "^29.7.0", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", "typescript": "^5.5.3" }, "dependencies": { "aws-cdk-lib": "^2.188.0", "constructs": "^10.4.2", "source-map-support": "^0.5.21" } }