stopwatch / package.json
krishgokul92's picture
Upload 10 files
f520256 verified
raw
history blame contribute delete
276 Bytes
{
"name": "server-stopwatch",
"version": "1.0.0",
"description": "Server-authoritative stopwatch mirrored to clients",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2",
"socket.io": "^4.7.5"
}
}