Spaces:
Running
Running
| { | |
| "name": "websocket-monitor", | |
| "version": "1.0.0", | |
| "description": "WebSocket monitor with pings and status API", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js", | |
| "dev": "nodemon index.js" | |
| }, | |
| "author": "Jerome Jamis", | |
| "license": "MIT", | |
| "dependencies": { | |
| "axios": "^1.7.7", | |
| "express": "^4.21.1", | |
| "ws": "^8.18.0" | |
| }, | |
| "devDependencies": { | |
| "nodemon": "^3.1.7" | |
| } | |
| } |