{ "name": "dispatch-server", "exports": { "helpers": "./helper" }, "scripts": { "dev": "nodemon --signal SIGINT", "start": "tsx index.ts --transpile-only", "build": "tsc" }, "packageManager": "pnpm@10.11.0", "devDependencies": { "@repo/db": "workspace:*", "@repo/typescript-config": "workspace:*", "@repo/shared-components": "workspace:*", "@types/cookie-parser": "^1.4.8", "@types/cors": "^2.8.18", "@types/express": "^5.0.2", "@types/node": "^22.15.29", "@types/nodemailer": "^6.4.17", "concurrently": "^9.1.2", "typescript": "latest" }, "dependencies": { "@react-email/components": "^0.0.41", "@redis/json": "^5.1.1", "@socket.io/redis-adapter": "^8.3.0", "@types/jsonwebtoken": "^9.0.9", "axios": "^1.9.0", "cookie-parser": "^1.4.7", "cors": "^2.8.5", "cron": "^4.3.1", "dotenv": "^16.5.0", "express": "^5.1.0", "jsonwebtoken": "^9.0.2", "livekit-server-sdk": "^2.13.0", "node-cron": "^4.1.0", "nodemailer": "^7.0.3", "nodemon": "^3.1.10", "react": "^19.1.0", "redis": "^5.1.1", "socket.io": "^4.8.1", "tsx": "^4.19.4" } }