chore: update package.json with repository, bugs, homepage, and keywords information

This commit is contained in:
2026-06-24 07:54:03 +02:00
parent a2ae6ce8a2
commit 734a593834
+18 -1
View File
@@ -4,7 +4,23 @@
"version": "1.1.1",
"description": "Nova Design System — Astro component library",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Unkn0wn",
"main": "./src/index.ts",
"repository": {
"type": "git",
"url": "git+https://git.novaprojects.dev/unkn0wn/nova-design-system.git"
},
"bugs": {
"url": "https://git.novaprojects.dev/unkn0wn/nova-design-system/issues"
},
"homepage": "https://git.novaprojects.dev/unkn0wn/nova-design-system#readme",
"keywords": [
"astro",
"astro-components",
"design-system",
"ui-library",
"nova"
],
"engines": {
"node": ">=22.12.0"
},
@@ -14,7 +30,8 @@
},
"files": [
"src",
"LICENSE.md"
"LICENSE.md",
"README.md"
],
"scripts": {
"dev": "astro dev",