UNPKG

node-system-stats

Version:

Comprehensive library for monitoring system statistics including CPU, memory, disk, network, battery, and process information with time-series monitoring

80 lines (78 loc) 2.05 kB
{ "name": "node-system-stats", "version": "2.0.5", "private": false, "description": "Comprehensive library for monitoring system statistics including CPU, memory, disk, network, battery, and process information with time-series monitoring", "main": "./lib/index.js", "module": "./lib/index.mjs", "types": "./lib/index.d.ts", "files": [ "lib/" ], "exports": { ".": { "import": "./lib/index.mjs", "require": "./lib/index.js", "types": "./lib/index.d.ts" } }, "scripts": { "clean": "rimraf lib", "build": "npm run clean && tsc && npm run build:esm", "build:esm": "npm run create-wrappers", "create-wrappers": "gen-esm-wrapper lib/index.js lib/index.mjs", "build:docs": "npx typedoc --plugin typedoc-plugin-markdown --plugin typedoc-plugin-missing-exports --out docs ./src/index.ts", "build:docs.json": "npx typedoc --json docs/docs.json src/. --entryPointStrategy expand", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/Joniii11/node-system-stats" }, "bugs": { "type": "git", "url": "https://github.com/Joniii11/node-system-stats/issues" }, "engines": { "node": ">=16.9.0" }, "keywords": [ "systemstats", "cpu", "metrics", "info", "stats", "statistics", "usage", "percentage", "percent", "cores", "mhz", "clock", "speed", "memory", "monitoring", "disk", "drive", "network", "bandwidth", "traffic", "process", "battery", "temperature", "system-monitor", "diagnostics", "performance" ], "readmeFilename": "README.md", "devDependencies": { "@types/node": "^20.11.28", "gen-esm-wrapper": "^1.1.3", "rimraf": "^5.0.5", "typedoc": "^0.25.12", "typedoc-plugin-markdown": "^3.17.1", "typedoc-plugin-missing-exports": "^2.2.0", "typescript": "^5.2.2" }, "license": "MIT" }