oktopus/backend/services/utils/socketio/package.json
2024-03-17 22:47:10 -03:00

22 lines
426 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": "^2.14.2",
"socket.io": "^4.6.2"
}
}