{"library":"server-health","install":[{"cmd":"npm install server-health","imports":["import serverHealth from 'server-health'; // For ESM environments","import serverHealth from 'server-health';\nserverHealth.addConnectionCheck('db', () => true);","import serverHealth from 'server-health';\nserverHealth.exposeHealthEndpoint(server, '/health', 'fastify');","import serverHealth from 'server-health';\nconst nodeServer = serverHealth.createNodeHttpHealthCheckServer({});"]},{"cmd":"yarn add server-health","imports":[]},{"cmd":"pnpm add server-health","imports":[]}]}