learning_ai_common_plat/packages/fastify-sse/package.json

25 lines
508 B
JSON

{
"name": "@bytelyst/fastify-sse",
"version": "0.1.0",
"description": "Fastify plugin for Server-Sent Events (SSE) — real-time push for ByteLyst product backends",
"type": "module",
"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"
},
"peerDependencies": {
"fastify": "^5.0.0"
}
}