feat(adapter): implementation of json file adapter

This commit is contained in:
vicente1992
2022-12-02 22:27:31 -05:00
parent 7d41699207
commit 5e1a373730
5 changed files with 537 additions and 422 deletions

View File

@@ -9,10 +9,12 @@
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.3",
"mongodb": "^4.11.0"
"mongodb": "^4.11.0",
"stormdb": "^0.6.0"
},
"exports": {
"./mock": "./lib/mock/index.cjs",
"./mongo": "./lib/mongo/index.cjs"
"./mongo": "./lib/mongo/index.cjs",
"./json-file": "./lib/json-file/index.cjs"
}
}