From 0123f3458cd7d14942f2239228d5dd91b3e983d2 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Tue, 7 Apr 2026 19:41:50 +0200 Subject: [PATCH] chore: fixes a few details in package.json --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa85a8c..0a31db3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hapi/sse", "version": "0.0.1", - "description": "", + "description": "Server-Sent Events plugin for hapi", "types": "./dist/index.d.mts", "exports": { ".": "./dist/index.mjs", @@ -19,7 +19,12 @@ "build": "tsdown", "prepublishOnly": "node --run build" }, - "keywords": [], + "keywords": [ + "hapi", + "plugin", + "sse", + "server-sent events" + ], "author": "Danilo Alonso", "license": "BSD-3-Clause", "peerDependencies": {