MQL5-Google-Onedrive/boat-house/statistics-service/api/package.json
copilot-swe-agent[bot] aaf34679c7 Add boat-house microservices system to project
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-10 06:28:01 +00:00

21 lines
458 B
JSON

{
"name": "statistics-api",
"version": "1.0.0",
"description": "statistics service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.1.1",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"guid": "0.0.12",
"method-override": "^3.0.0",
"pg": "^7.18.1",
"redis": "^2.8.0",
"socket.io": "^2.3.0"
}
}