Update package.json
Browse files- package.json +2 -1
package.json
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
"dependencies": {
|
12 |
"express": "^4.19.2",
|
13 |
"axios": "*",
|
14 |
-
"dotenv": "*"
|
|
|
15 |
}
|
16 |
}
|
|
|
11 |
"dependencies": {
|
12 |
"express": "^4.19.2",
|
13 |
"axios": "*",
|
14 |
+
"dotenv": "*",
|
15 |
+
"mongodb": "*"
|
16 |
}
|
17 |
}
|