diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2019-12-07 19:50:16 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2019-12-07 19:50:16 -0500 |
| commit | b614360c8a316e0933122ac1e3a631c0d0773a80 (patch) | |
| tree | 71ac2c0064d02cafcf53c3d63f3d02220275c63e /package.json | |
| parent | bd041baf0f3c9af7b331becc4c982ce5e835c054 (diff) | |
| download | ao-coverage-b614360c8a316e0933122ac1e3a631c0d0773a80.tar.gz ao-coverage-b614360c8a316e0933122ac1e3a631c0d0773a80.tar.bz2 ao-coverage-b614360c8a316e0933122ac1e3a631c0d0773a80.zip | |
Add Metadata core with MongoDB for persistence
With the new process dependency, process handling has been added to
ensure that the ExpressJS server and MongoDB client connections get
closed up properly.
As noted in the Metadata file above the Branch interface, the schema is
definitely not finalized. Eventually metadata will be needed at the repo
level anyways, so reorganizing the document schema is high on the
priority list.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 9699d44..818b361 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,12 @@ "dependencies": { "@types/express": "^4.17.2", "@types/jsdom": "^12.2.4", + "@types/mongodb": "^3.3.12", "badgen": "3.0.1", "dotenv": "8.2.0", "express": "4.17.1", "jsdom": "^15.2.1", + "mongodb": "^3.3.5", "typescript": "^3.7.2" }, "devDependencies": { |
