Zero-dependency Node.js health endpoint exposing CPU, RAM, disk and uptime metrics. Bearer token auth, Docker-ready (node:22-alpine). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
187 B
JSON
9 lines
187 B
JSON
{
|
|
"name": "vps-health-api",
|
|
"version": "1.0.0",
|
|
"description": "Lightweight VPS health monitoring endpoint",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|