Feature Complete:

- MongoDB Check before Initialising
- Output to file or S3
- Output to correct format for JSON Schema
This commit is contained in:
2026-01-07 19:51:07 +00:00
parent 03ac6431ff
commit 068cca32b4
7 changed files with 2128 additions and 35 deletions

View File

@@ -19,8 +19,10 @@
"author": "Frederick Boniface",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@bufbuild/protobuf": "^2.10.2",
"@owlboard/backend-data-contracts": "^0.0.1",
"@aws-sdk/client-s3": "^3.964.0",
"@aws-sdk/lib-storage": "^3.964.0",
"@owlboard/backend-data-contracts": "^0.1.0",
"mongodb": "^7.0.0",
"readline": "^1.3.0",
"xxhashjs": "^0.2.2"
},