162e102207
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.11.7 to 5.11.8. - [Release notes](https://github.com/sebhildebrandt/systeminformation/releases) - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.11.7...v5.11.8) --- updated-dependencies: - dependency-name: systeminformation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
944 B
JSON
42 lines
944 B
JSON
{
|
|
"name": "@ofvp_project/server",
|
|
"version": "3.1.2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "docker-compose up --pull",
|
|
"dev:docker": "node dev.js --docker",
|
|
"dev": "node dev.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=15.6.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "Sirherobrine23",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.2",
|
|
"cli-color": "^2.0.1",
|
|
"connect-mongodb-session": "^3.1.1",
|
|
"cors": "^2.8.5",
|
|
"cron": "^1.8.2",
|
|
"express": "^4.17.3",
|
|
"express-rate-limit": "^6.3.0",
|
|
"express-session": "^1.17.2",
|
|
"ip-matching": "^2.1.2",
|
|
"js-yaml": "^4.1.0",
|
|
"jsdom": "^19.0.0",
|
|
"mongoose": "^6.2.5",
|
|
"netmask": "^2.0.2",
|
|
"qrcode": "^1.5.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"socket.io": "^4.4.1",
|
|
"systeminformation": "^5.11.8"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.15"
|
|
}
|
|
}
|