chore: init

This commit is contained in:
MoonLeeeaf
2024-05-10 21:14:50 +08:00
commit a376ead195
29 changed files with 3024 additions and 0 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"dependencies": {
"express": "^4.19.2",
"mime": "^4.0.1",
"socket.io": "^4.7.5"
},
"type": "commonjs"
}