From c4fa1b0ecd77155dd6359e9bc056e22c3e846188 Mon Sep 17 00:00:00 2001 From: Andrei Hasna Date: Wed, 5 Aug 2026 03:57:28 +0300 Subject: [PATCH] chore: add npm keywords for registry search discoverability @hasna/emails published with an empty keywords array, so it does not surface in npm registry search results. Add keywords derived from the package's own description and README (email providers, storage, and interface surfaces) so the package is findable. Agent: Maecenas --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package.json b/package.json index a7835e38..62105c71 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,19 @@ "name": "@hasna/emails", "version": "1.3.7", "description": "Emails — local SQLite and self-hosted email management CLI, MCP server, and library", + "keywords": [ + "email", + "smtp", + "ses", + "resend", + "cloudflare", + "sqlite", + "self-hosted", + "cli", + "mcp", + "ai", + "coding-agent" + ], "type": "module", "repository": { "type": "git",