This commit is contained in:
2025-10-19 21:50:33 +09:00
commit 21fd61e217
4 changed files with 715 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0",
"http": "^0.0.1-security",
"socket.io": "^4.8.1"
}
}