From 963d4e29608240335a7427807aa375d61ace28d9 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 5 Sep 2024 19:36:53 +0900 Subject: [PATCH] add keywords to package.json --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/package.json b/package.json index 588fc06..d43c51e 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,20 @@ "type": "git", "url": "https://github.com/kou029w/websri.git" }, + "keywords": [ + "browser", + "bun", + "cloudflare", + "cloudflare-workers", + "deno", + "hashing", + "integrity", + "nodejs", + "security", + "sri", + "subresource-integrity", + "typescript" + ], "type": "module", "types": "dist/index.d.ts", "exports": {