From 2e54328157bf83d7fc9d90bc20929b4f321db9d9 Mon Sep 17 00:00:00 2001 From: Joshua Creek <8179928+jcreek@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:45:08 +0100 Subject: [PATCH] chore(*): Add metadata to package.json --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/package.json b/package.json index 4d1b25e..3c4fa15 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,20 @@ "type": "git", "url": "https://github.com/jcreek/Tech-Radar-Editor.git" }, + "keywords": [ + "tech-radar", + "editor", + "visualization", + "web component", + "svelte", + "tech trends", + "technology radar", + "opensource", + "thoughtworks", + "zalando" + ], + "author": "Josh Creek", + "license": "GPL-3.0", "main": "dist/tech-radar-editor.umd.js", "module": "dist/tech-radar-editor.es.js", "types": "dist/main.d.ts",