chore(*): Add metadata to package.json

This commit is contained in:
Joshua Creek
2024-09-26 17:45:08 +01:00
parent 22603bd8cf
commit 2e54328157
+14
View File
@@ -6,6 +6,20 @@
"type": "git", "type": "git",
"url": "https://github.com/jcreek/Tech-Radar-Editor.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", "main": "dist/tech-radar-editor.umd.js",
"module": "dist/tech-radar-editor.es.js", "module": "dist/tech-radar-editor.es.js",
"types": "dist/main.d.ts", "types": "dist/main.d.ts",