{
  "name": "@fastify/sse",
  "version": "0.4.0",
  "description": "Server-Sent Events plugin for Fastify",
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "node --test",
    "test:types": "tsd",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "tsd": {
    "directory": "test-types"
  },
  "keywords": [
    "fastify",
    "sse",
    "server-sent-events",
    "streaming",
    "real-time"
  ],
  "author": "Fastify Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fastify/sse.git"
  },
  "bugs": {
    "url": "https://github.com/fastify/sse/issues"
  },
  "homepage": "https://github.com/fastify/sse#readme",
  "peerDependencies": {
    "fastify": "^5.x"
  },
  "dependencies": {
    "fastify-plugin": "^5.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "eslint": "^9.0.0",
    "fastify": "^5.0.0",
    "neostandard": "^0.12.2",
    "tsd": "^0.33.0",
    "typescript": "^5.9.2",
    "undici": "^7.15.0"
  },
  "engines": {
    "node": ">=20"
  }
}
