@hadesz/monitor
Version:
A complete server monitoring system with agents, server and dashboard
60 lines (59 loc) • 1.29 kB
JSON
{
"name": "@hadesz/monitor",
"version": "1.0.12",
"description": "A complete server monitoring system with agents, server and dashboard",
"main": "lib/index.js",
"bin": {
"monitor-agent": "./bin/monitor-agent",
"monitor-server": "./bin/monitor-server"
},
"scripts": {
"postinstall": "node scripts/install.js",
"start:agent": "node bin/monitor-agent",
"start:server": "node bin/monitor-server",
"test": "echo \"No tests specified\" && exit 0",
"prepublishOnly": "npm test"
},
"keywords": [
"monitoring",
"server",
"dashboard",
"metrics",
"performance",
"system"
],
"author": "Bruce_zxy<bruce_zxy@163.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Bruce-zxy/monitor"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"commander": "^9.4.1",
"express": "^4.18.2",
"mongoose": "^7.0.0",
"ws": "^8.12.0",
"node-fetch": "^3.3.0",
"chalk": "^4.1.2",
"figlet": "^1.5.2",
"config": "^3.3.8",
"os-utils": "^0.0.14"
},
"devDependencies": {
"pm2": "^5.2.2"
},
"publishConfig": {
"access": "public"
},
"files": [
"bin/",
"lib/",
"config/",
"scripts/",
"README.md",
"LICENSE"
]
}