update tsconfig

This commit is contained in:
2024-04-14 17:58:26 +02:00
parent fc4bc118d6
commit e514209fb8
4 changed files with 148 additions and 32 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartmetrics",
"version": "2.0.7",
"private": false,
"description": "easy system metrics",
"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",
@ -43,5 +43,21 @@
"pidusage": "^3.0.2",
"prom-client": "^14.2.0"
},
"type": "module"
}
"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"
]
}