UNPKG

telex-server-monitor-sdk

Version:

SDK for Telex Server Monitor - A lightweight agent that collects and reports server CPU metrics to the Telex monitoring platform

59 lines (58 loc) 1.71 kB
{ "name": "telex-server-monitor-sdk", "version": "1.0.21", "publishConfig": { "access": "public" }, "author": { "name": "JC-Coder", "url": "https://github.com/jc-coder" }, "description": "SDK for Telex Server Monitor - A lightweight agent that collects and reports server CPU metrics to the Telex monitoring platform", "main": "dist/index.js", "type": "module", "bin": { "telex-server-monitor": "dist/cli/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/cli/index.ts", "start": "tsc && tsx dist/cli/index.js", "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "mkdir -p bin && echo '#!/usr/bin/env node\nimport \"tsx/cjs\";\nimport \"../dist/cli/index.js\";' > bin/cli.js && chmod +x bin/cli.js" }, "keywords": [ "telex", "monitoring", "server", "metrics", "system", "cpu-monitoring", "server-metrics", "system-monitoring" ], "license": "ISC", "homepage": "https://github.com/telexintegrations/server-monitor-telex-integration/blob/dev/package", "readme": "https://github.com/telexintegrations/server-monitor-telex-integration/blob/dev/README.md", "dependencies": { "commander": "^12.0.0", "dotenv": "^16.4.7", "luxon": "^3.5.0", "ora": "^8.2.0", "systeminformation": "^5.21.24", "tsx": "^4.19.3", "winston": "^3.11.0", "zeromq": "^6.3.0", "zod": "^3.24.2" }, "devDependencies": { "@types/luxon": "^3.4.2", "@types/node": "^22.13.10", "@types/systeminformation": "^3.23.1", "@types/winston": "^2.4.4", "@types/zeromq": "^5.2.5", "nodemon": "^3.1.9", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }