oktopus/backend/services/utils/socketio/package.json
copilot-swe-agent[bot] d81dda9c7c Fix all dependabot security updates: crypto, koa, next.js, js-yaml
Co-authored-by: leandrofars <83298718+leandrofars@users.noreply.github.com>
2026-02-20 15:20:01 +00:00

22 lines
425 B
JSON

{
"name": "socketio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@koa/cors": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"koa": "^3.0.3",
"socket.io": "^4.6.2"
}
}