LinuxNode / package.json
quanvndzai's picture
Upload 3 files
17ec6b0
raw
history blame contribute delete
No virus
363 Bytes
{
"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"
}
}