{ "name": "redis_aws", "version": "0.1.0", "bin": { "redis_aws": "bin/redis_aws.js" }, "scripts": { "build": "echo \"The build step is not required when using JavaScript!\" && exit 0", "cdk": "cdk" }, "devDependencies": { "aws-cdk": "2.149.0", "jest": "^29.7.0" }, "dependencies": { "aws-cdk-lib": "^2.149.0", "constructs": "^10.3.0" } }