UNPKG

node-watch-tower

Version:

Node.js monitoring utility to track uptime, CPU, and memory usage and report to a central admin server.

25 lines (24 loc) 532 B
{ "name": "node-watch-tower", "version": "1.0.2", "description": "Node.js monitoring utility to track uptime, CPU, and memory usage and report to a central admin server.", "main": "index.js", "type": "commonjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-monitoring", "uptime", "cpu", "memory", "watchdog", "heartbeat" ], "author": "Arjun MC", "license": "MIT", "dependencies": { "axios": "^1.9.0", "express": "^5.1.0" } }