Spaces:
Sleeping
Sleeping
{ | |
"name": "nodejs", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"@types/node": "^18.0.6", | |
"node-fetch": "^3.2.6", | |
"socket.io": "^4.6.0", | |
"socket.io-client": "^4.6.0" | |
} | |
} | |