Files
Rahoot/socket/package.json
2024-02-03 00:14:04 +01:00

13 lines
191 B
JSON

{
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node ./src/index.js"
},
"dependencies": {
"socket.io": "^4.7.4",
"yup": "^1.3.3"
}
}