Added forgotten cdk.json and package.json back in from repo migration

This commit is contained in:
hamilcarBarca17
2023-08-02 19:18:00 -06:00
parent 54d5317e59
commit 85dab7b270
3 changed files with 110 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "dynamodb-dax-benchmarker",
"version": "0.1.0",
"bin": {
"cdk": "bin/dynamodb-dax-benchmarker.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "20.1.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"aws-cdk": "2.79.1",
"ts-node": "^10.9.1",
"typescript": "~5.0.4"
},
"dependencies": {
"aws-cdk-lib": "2.79.1",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
}