{"library":"fastify-sse-v2","install":[{"cmd":"npm install fastify-sse-v2","imports":["import { FastifySSEPlugin } from 'fastify-sse-v2';","reply.sse({ data: 'hello' });","import { FastifyInstance, FastifyReply } from 'fastify';\ndeclare module 'fastify' {\n  interface FastifyReply {\n    sse: (payload: { id?: string; event?: string; data: string; retry?: number; comment?: string } | AsyncIterable<{ id?: string; event?: string; data: string; retry?: number; comment?: string }>) => void;\n    sseContext: { source: { end: () => void } };\n  }\n}"]},{"cmd":"yarn add fastify-sse-v2","imports":[]},{"cmd":"pnpm add fastify-sse-v2","imports":[]}]}