{ "name": "@bytelyst/monitoring", "version": "0.1.0", "type": "module", "description": "Health-check aggregation utilities for ByteLyst services and dashboards", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "vitest run" } }