This repository has been archived on 2024-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Biblio/package.json
dependabot[bot] 9905b4d6d4 Bump mongoose from 5.5.9 to 5.13.15
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.9 to 5.13.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.9...5.13.15)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-06 14:20:57 +00:00

22 lines
472 B
JSON

{
"name": "BiblIO",
"version": "1.0.0",
"description": "The backend of PVV's integrated library system.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"nodemon": "^1.19.0"
},
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"express": "^4.16.4",
"mongoose": "^5.13.15"
}
}