| { | |
| "name": "notification-server", | |
| "version": "1.0.0", | |
| "description": "Notification push server with WebSocket and admin panel", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "dependencies": { | |
| "ws": "^8.16.0", | |
| "uuid": "^9.0.0" | |
| } | |
| } | |
| { | |
| "name": "notification-server", | |
| "version": "1.0.0", | |
| "description": "Notification push server with WebSocket and admin panel", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "dependencies": { | |
| "ws": "^8.16.0", | |
| "uuid": "^9.0.0" | |
| } | |
| } | |