Added dependency

Added the mongodb driver for nodejs
This commit is contained in:
kdeng00
2023-04-25 18:17:43 -04:00
parent 9c9a462586
commit dcf2d34870
+2 -1
View File
@@ -9,6 +9,7 @@
"author": "kdeng00", "author": "kdeng00",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"express": "^4.18.2" "express": "^4.18.2",
"mongodb": "^5.3.0"
} }
} }