mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-11 16:32:51 -04:00
merge files from the blockchain infra repo (#59)
This commit is contained in:
parent
23f56ef195
commit
2a6449bb85
346 changed files with 29097 additions and 132 deletions
28
code/kubernetes/python-cdk/ts/MSK_example/package.json
Normal file
28
code/kubernetes/python-cdk/ts/MSK_example/package.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "dev",
|
||||
"version": "0.1.0",
|
||||
"bin": {
|
||||
"dev": "bin/dev.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"watch": "tsc -w",
|
||||
"test": "jest",
|
||||
"cdk": "cdk"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@aws-cdk/assert": "^2.68.0",
|
||||
"@types/jest": "^24.0.18",
|
||||
"aws-cdk": "^1.176.0",
|
||||
"jest": "^29.6.1",
|
||||
"ts-jest": "^29.0.3",
|
||||
"ts-node": "^8.4.1",
|
||||
"typescript": "~3.6.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-cdk/aws-ec2": "^1.12.0",
|
||||
"@aws-cdk/aws-msk": "^1.12.0",
|
||||
"@aws-cdk/core": "^1.12.0",
|
||||
"source-map-support": "^0.5.13"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue