node exercise

This commit is contained in:
Andrea Bianchi
2026-05-11 14:03:20 +09:00
parent 1cb979a571
commit f63f652f76
8 changed files with 1270 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "save-dots-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0",
"socket.io": "^4.8.1"
}
}