Spaces:
Running
Running
File size: 415 Bytes
89fd6fa 4cfcb5f 89fd6fa 4cfcb5f 89fd6fa 4cfcb5f 89fd6fa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"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"
}
} |