初次提交

This commit is contained in:
MoonLeeeaf
2025-03-15 00:15:44 +08:00
commit 0559f0ecaa
7 changed files with 1421 additions and 0 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"private": "true",
"type": "module",
"dependencies": {
"express": "^4.21.2",
"socket.io": "^4.8.1"
}
}