smartmetrics/package.json

47 lines
1.0 KiB
JSON
Raw Normal View History

2021-08-12 21:19:39 +00:00
{
2023-07-10 08:16:33 +00:00
"name": "@push.rocks/smartmetrics",
2023-07-03 09:08:27 +00:00
"version": "2.0.6",
2021-08-12 21:19:39 +00:00
"private": false,
"description": "easy system metrics",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
2022-07-27 10:00:38 +00:00
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2021-08-12 21:19:39 +00:00
},
"devDependencies": {
2023-07-02 21:13:47 +00:00
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
2023-07-02 21:21:01 +00:00
"@gitzone/tsrun": "^1.2.42",
2023-07-02 21:13:47 +00:00
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^20.3.3"
2021-08-12 21:19:39 +00: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-07-02 21:13:47 +00:00
"@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartlog": "^3.0.2",
2022-07-27 10:00:38 +00:00
"@types/pidusage": "^2.0.2",
"pidtree": "^0.6.0",
2023-07-02 21:13:47 +00:00
"pidusage": "^3.0.2",
"prom-client": "^14.2.0"
2022-07-27 10:00:38 +00:00
},
"type": "module"
2023-07-10 08:16:33 +00:00
}