update tsconfig
This commit is contained in:
22
package.json
22
package.json
@ -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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user