Files
smartmetrics/package.json

69 lines
1.7 KiB
JSON
Raw Normal View History

2021-08-12 23:19:39 +02:00
{
2023-07-10 10:16:33 +02:00
"name": "@push.rocks/smartmetrics",
2025-06-09 12:07:24 +00:00
"version": "2.0.8",
2021-08-12 23:19:39 +02:00
"private": false,
2024-04-14 17:58:26 +02:00
"description": "A package for easy collection and reporting of system and process metrics.",
2021-08-12 23:19:39 +02:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose)",
2022-07-27 12:00:38 +02:00
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2021-08-12 23:19:39 +02:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.4",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^2.3.1",
"@types/node": "^22.15.30"
2021-08-12 23:19:39 +02:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"dependencies": {
2023-08-08 17:54:27 +02:00
"@push.rocks/smartdelay": "^3.0.1",
"@push.rocks/smartlog": "^3.0.2",
2022-07-27 12:00:38 +02:00
"@types/pidusage": "^2.0.2",
"pidtree": "^0.6.0",
"pidusage": "^4.0.1",
"prom-client": "^15.1.3"
2022-07-27 12:00:38 +02:00
},
2024-04-14 17:58:26 +02:00
"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"
2024-05-29 14:14:43 +02:00
],
"homepage": "https://code.foss.global/push.rocks/smartmetrics",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartmetrics.git"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}