Files
dynamodb-dax-benchmarker/cdk/package.json

28 lines
557 B
JSON

{
"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"
}
}