{ "name": "@manacore/shared-nestjs-health", "version": "1.0.0", "description": "Shared NestJS health check module for ManaCore backends", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "build": "tsc", "clean": "rm -rf dist", "type-check": "tsc --noEmit" }, "files": [ "dist" ], "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.0.0" }, "devDependencies": { "@nestjs/common": "^10.0.0", "@types/node": "^22.10.2", "typescript": "^5.0.0" } }