Files
ofvp_Server/package.json
T
dependabot[bot]andSirherobrine23 0d9c3dc486 Bump mongoose from 6.1.0 to 6.1.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.1.0 to 6.1.1.
- [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/6.1.0...6.1.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 23:54:01 -03:00

36 lines
802 B
JSON

{
"name": "@ofvp_project/server",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "docker-compose up --build -d",
"dev": "node dev.js"
},
"engines": {
"node": ">=15.6.0"
},
"keywords": [],
"author": "Sirherobrine23",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"cron": "^1.8.2",
"express": "^4.17.1",
"express-prettify": "^0.1.1",
"express-rate-limit": "^5.5.0",
"ip-matching": "^2.1.2",
"js-yaml": "^4.1.0",
"mongoose": "^6.1.1",
"netmask": "^2.0.2",
"node-fetch": "^3.1.0",
"qrcode": "^1.5.0",
"socket.io": "^4.4.0",
"systeminformation": "github:OFVp-Project/systeminformation"
},
"devDependencies": {
"node-watch": "^0.7.2"
}
}