Files
ofvp_Server/package.json
T

35 lines
810 B
JSON

{
"name": "@ofvp_project/server",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "docker-compose up --build -d"
},
"engines": {
"node": ">=15.6.0"
},
"keywords": [],
"author": "Sirherobrine23",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"convert-units": "^2.3.4",
"cors": "^2.8.5",
"cron": "^1.8.2",
"deepmerge": "^4.2.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.0",
"netmask": "^2.0.2",
"node-fetch": "^3.1.0",
"qrcode": "^1.5.0",
"socket.io": "^4.4.0",
"speedtest-net": "^2.2.0",
"systeminformation": "github:OFVp-Project/systeminformation"
}
}