Files
LingChair/package.json

26 lines
701 B
JSON

{
"name": "lingchair",
"type": "module",
"workspaces": [
"./mdui_patched",
"./client-protocol",
"./internal-shared",
"./client"
],
"scripts": {
"install-dependencies": "npm install -d --workspaces",
"debug": "npm run build-client && npx tsx --watch ./server/main.ts",
"server": "npx tsx ./server/main.ts",
"build-client": "cd client && npm run build"
},
"dependencies": {
"chalk": "5.4.1",
"cookie-parser": "1.4.7",
"express": "5.1.0",
"express-fileupload": "1.5.2",
"file-type": "21.0.0",
"lingchair-internal-shared": "*",
"socket.io": "4.8.1"
}
}