Spaces:
Running
Running
| { | |
| "name": "nexus-chat-server", | |
| "version": "1.0.0", | |
| "private": true, | |
| "type": "module", | |
| "description": "Standalone Node.js chat server (Express + ws + SQLite).", | |
| "main": "src/index.js", | |
| "scripts": { | |
| "start": "node src/index.js", | |
| "dev": "node --watch src/index.js" | |
| }, | |
| "dependencies": { | |
| "bcryptjs": "^3.0.3", | |
| "cookie-parser": "^1.4.7", | |
| "cors": "^2.8.6", | |
| "dotenv": "^16.4.5", | |
| "express": "^5.2.1", | |
| "jsonwebtoken": "^9.0.3", | |
| "multer": "^2.1.1", | |
| "pg": "^8.13.1", | |
| "pino": "^9.14.0", | |
| "pino-http": "^10.5.0", | |
| "pino-pretty": "^13.1.3", | |
| "redis": "^4.7.0", | |
| "web-push": "^3.6.7", | |
| "ws": "^8.21.0" | |
| } | |
| } | |