init commit

This commit is contained in:
2025-09-29 22:04:14 +09:00
commit 9951d8367f
1287 changed files with 189637 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "godeye-test-server",
"version": "1.0.0",
"description": "Test Socket.IO server for GodEye Android app",
"main": "test-server.js",
"scripts": {
"start": "node test-server.js",
"dev": "nodemon test-server.js"
},
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.7.2"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}