{ "name": "freellmapi", "private": true, "workspaces": [ "shared", "server", "client" ], "scripts": { "dev": "concurrently --kill-others-on-fail --names server,client \"npm run dev -w server\" \"npm run dev -w client\"", "dev:lan": "concurrently --kill-others-on-fail --names server,client \"npm run dev -w server\" \"npm run dev -w client -- --host\"", "test": "npm run test -w server && npm run test -w client --if-present", "build": "npm run build -w server && npm run build -w client", "build:server": "npm run build -w server", "desktop:dev": "npm run build -w client && npm --prefix desktop run dev", "desktop:dist": "npm run build -w client && npm --prefix desktop run dist", "desktop:dist:win": "npm run build -w client && npm --prefix desktop run dist:win" }, "devDependencies": { "concurrently": "^9.1.2" }, "dependencies": { "undici": "^6.21.0" } }