device-monitor/package.json
louispaulb 7d17b5eb53 Initial commit — Targo Device Monitor
Standalone dashboard reading from Oktopus MongoDB.
Displays: serial, MAC, WAN IP, firmware, uptime, WiFi signal/clients,
CPU/RAM usage with visual bars. Auto-refresh 30s.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 10:37:33 -04:00

18 lines
331 B
JSON

{
"name": "device-monitor",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"mongodb": "^7.1.1"
}
}