{ "name": "@push.rocks/smartmetrics", "version": "2.0.7", "private": false, "description": "A package for easy collection and reporting of system and process metrics.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web)", "buildDocs": "tsdoc" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.66", "@gitzone/tsbundle": "^2.0.8", "@gitzone/tsrun": "^1.2.44", "@gitzone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.12", "@types/node": "^20.4.8" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "dependencies": { "@push.rocks/smartdelay": "^3.0.1", "@push.rocks/smartlog": "^3.0.2", "@types/pidusage": "^2.0.2", "pidtree": "^0.6.0", "pidusage": "^3.0.2", "prom-client": "^14.2.0" }, "type": "module", "keywords": [ "system metrics", "performance monitoring", "resource usage", "memory management", "CPU usage", "prometheus", "typescript", "nodejs", "process management", "development tools", "performance analysis", "docker environments", "log reporting", "operational insights" ], "homepage": "https://code.foss.global/push.rocks/smartmetrics", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartmetrics.git" } }