Install mongoose

This commit is contained in:
2023-09-26 16:51:09 -04:00
parent 415f2d4e89
commit 9dc1bc53ee
2 changed files with 438 additions and 1 deletions

View File

@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later"
"license": "GPL-3.0-or-later",
"dependencies": {
"mongoose": "^7.5.3"
}
}