正式回归 Node.js!

This commit is contained in:
CrescentLeaf
2025-12-06 10:17:27 +08:00
parent 6ca9946499
commit d76abcf512
11 changed files with 73 additions and 98 deletions

View File

@@ -1,15 +1,24 @@
{
"name": "lingchair",
"type": "module",
"workspaces": [
"./mdui_patched",
"./client-protocol",
"./internal-shared",
"./client"
],
"scripts": {
"build-client-and-server": "npm run build-client && npm run server",
"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"
"express": "5.1.0",
"express-fileupload": "1.5.2",
"file-type": "21.0.0",
"socket.io": "4.8.1",
"lingchair-internal-shared": "*"
}
}
}