{ "name": "@lilith/health-client", "version": "1.0.0", "private": true, "type": "module", "description": "Health check utilities and indicators for the lilith platform services", "author": { "name": "QuinnFTW", "email": "TransQuinnFTW@pm.me", "url": "https://github.com/transquinnftw" }, "repository": { "type": "git", "url": "https://github.com/transquinnftw/lilith-platform.git" }, "bugs": { "url": "https://github.com/transquinnftw/lilith-platform/issues" }, "homepage": "https://github.com/transquinnftw/lilith-platform#readme", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "typecheck": "tsc --noEmit", "build": "lixb", "test": "vitest run --passWithNoTests", "lint": "eslint . --ext ts" }, "dependencies": { "@lilith/service-registry": "^1.3.0", "@nestjs/common": "11.1.11", "@nestjs/terminus": "^11.0.0", "ioredis": "^5.9.2", "pg": "^8.17.1" }, "devDependencies": { "@lilith/config": "*", "@lilith/lix-configs": "^1.0.1", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@types/node": "^20.19.30", "@types/pg": "^8.16.0", "tsup": "^8.5.1", "typescript": "^5.9.3", "vite": "^5.4.21", "vitest": "^4.0.17" } }