f68007465f
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Changelog](https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v5.5.0...v6.0.0) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35 lines
853 B
JSON
35 lines
853 B
JSON
{
|
|
"name": "@ofvp_project/server",
|
|
"version": "2.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "docker-compose up --build -d",
|
|
"dev": "nodemon --watch ./src/ --watch Dockerfile --watch docker-compose.yaml -e js,json,html 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.2",
|
|
"express-prettify": "^0.1.1",
|
|
"express-rate-limit": "^6.0.0",
|
|
"ip-matching": "^2.1.2",
|
|
"js-yaml": "^4.1.0",
|
|
"mongoose": "^6.1.3",
|
|
"netmask": "^2.0.2",
|
|
"qrcode": "^1.5.0",
|
|
"socket.io": "^4.4.0",
|
|
"systeminformation": "github:OFVp-Project/systeminformation"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.15"
|
|
}
|
|
}
|