oktopus/backend/services/socketio/package.json
2023-06-17 14:18:51 -03:00

21 lines
401 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": "^4.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"koa": "^2.14.2",
"socket.io": "^4.6.2"
}
}