和deno斗争

This commit is contained in:
CrescentLeaf
2025-12-06 01:39:47 +08:00
parent a549773eb2
commit 6ca9946499
9 changed files with 105 additions and 115 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"type": "module",
"scripts": {
"server": "npx tsx ./server/main.ts",
"build-client": "cd client && npm run build"
},
"dependencies": {
"chalk": "5.4.1",
"file-type": "21.0.0",
"express": "5.1.0",
"socket.io": "4.8.1",
"cookie-parser": "1.4.7",
"express-fileupload": "1.5.2"
}
}