fastify-sse
Version:
Provide Server-Sent Events to Fastify
35 lines (34 loc) • 811 B
JSON
{
"name": "fastify-sse",
"version": "1.0.0",
"description": "Provide Server-Sent Events to Fastify",
"main": "index.js",
"scripts": {
"test": "tap test/*.js --coverage --100",
"test:coverage": "tap test/*.js --coverage --100 --coverage-report=html"
},
"bugs": {
"url": "https://github.com/lolo32/fastify-sse/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lolo32/fastify-sse.git"
},
"homepage": "https://github.com/lolo32/fastify-sse.git#readme",
"author": "Lolo_32",
"license": "MIT",
"keywords": [
"Fastify",
"server-sent events",
"sse"
],
"devDependencies": {
"fastify": "^2",
"request": "^2.81.0",
"tap": "^10.7.2"
},
"dependencies": {
"fast-safe-stringify": "^1.2.0",
"fastify-plugin": "^1"
}
}