Update package.json
Browse files- package.json +3 -1
package.json
CHANGED
@@ -13,6 +13,8 @@
|
|
13 |
"axios": "*",
|
14 |
"dotenv": "*",
|
15 |
"mongodb": "*",
|
16 |
-
"cheerio": "*"
|
|
|
|
|
17 |
}
|
18 |
}
|
|
|
13 |
"axios": "*",
|
14 |
"dotenv": "*",
|
15 |
"mongodb": "*",
|
16 |
+
"cheerio": "*",
|
17 |
+
"swagger-ui-express": "*",
|
18 |
+
"swagger-jsdoc": "*"
|
19 |
}
|
20 |
}
|