/ cloudformation-templates / package.json
package.json
1 { 2 "name": "cloudformation-templates", 3 "version": "0.1.0", 4 "bin": { 5 "cloudformation-templates": "bin/cloudformation-templates.js" 6 }, 7 "scripts": { 8 "build": "echo \"The build step is not required when using JavaScript!\" && exit 0", 9 "cdk": "cdk", 10 "test": "jest" 11 }, 12 "devDependencies": { 13 "@aws-cdk/assert": "1.121.0", 14 "aws-cdk": "1.121.0", 15 "jest": "^26.4.2" 16 }, 17 "dependencies": { 18 "@aws-cdk/aws-dynamodb": "^1.134.0", 19 "@aws-cdk/core": "1.121.0", 20 "@aws-cdk/custom-resources": "^1.134.0" 21 } 22 }