UNPKG

@kronos-integration/service-health

Version:
69 lines (68 loc) 1.81 kB
{ "name": "@kronos-integration/service-health", "version": "8.0.65", "publishConfig": { "access": "public", "provenance": true }, "packageManager": "npm@11.16.0", "exports": { ".": "./src/service-health.mjs" }, "description": "collects and reports system health status", "keywords": [ "kronos-service" ], "contributors": [ { "name": "Torsten Link", "email": "torstenlink@gmx.de" }, { "name": "Markus Felten", "email": "markus.felten@gmx.de" } ], "license": "0BSD", "scripts": { "test": "node --run test:ava", "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", "docs": "documentation readme --section=API ./src**/*.mjs", "lint": "node --run lint:docs", "lint:docs": "documentation lint ./src**/*.mjs" }, "dependencies": { "@kronos-integration/endpoint": "^11.1.6", "@kronos-integration/service": "^15.7.7", "pacc": "^10.4.0" }, "devDependencies": { "ava": "^8.0.1", "c8": "^11.0.0", "documentation": "^14.0.3", "semantic-release": "^25.0.5" }, "overrides": { "c8": { "yargs": "^18.0.0" } }, "engines": { "node": ">=24.13.0" }, "repository": { "type": "git", "url": "git+https://github.com/Kronos-Integration/service-health.git" }, "bugs": { "url": "https://github.com/Kronos-Integration/service-health/issues" }, "homepage": "https://github.com/Kronos-Integration/service-health#readme", "template": { "inheritFrom": [ "arlac77/template-arlac77-github", "arlac77/template-kronos-component" ] } }