Files
kno-logic-api/package.json
dependabot[bot] b25bfa8c92 Bump mongoose from 5.12.7 to 5.13.15
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.12.7 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.12.7...5.13.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 05:46:55 +00:00

34 lines
842 B
JSON

{
"name": "kno-logic-api",
"version": "0.1.0",
"description": "The backend server for the kno-logic app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jslightham/kno-logic-api.git"
},
"author": "jslightham",
"license": "MIT",
"bugs": {
"url": "https://github.com/jslightham/kno-logic-api/issues"
},
"homepage": "https://github.com/jslightham/kno-logic-api#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"cron": "^1.8.2",
"express": "^4.18.2",
"express-mongo-sanitize": "^2.1.0",
"log-timestamp": "^0.3.0",
"mongoose": "^5.13.15",
"nodemailer": "^6.6.1"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}