fix: update package name to include scope and clean up scripts

This commit is contained in:
2026-06-04 13:44:47 +02:00
parent feebe17abf
commit 4af10b10f7
+4 -4
View File
@@ -1,7 +1,8 @@
{ {
"name": "nova-design-system", "name": "@unkn0wndo3s/nova-design-system",
"type": "module", "type": "module",
"version": "0.1.0", "version": "0.1.0",
"main": "./src/index.ts",
"description": "Nova Design System — Astro component library", "description": "Nova Design System — Astro component library",
"engines": { "engines": {
"node": ">=22.12.0" "node": ">=22.12.0"
@@ -17,8 +18,7 @@
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro", "astro": "astro"
"barrel": "node scripts/generate-barrel.mjs"
}, },
"dependencies": { "dependencies": {
"astro": "^6.3.8" "astro": "^6.3.8"
@@ -26,4 +26,4 @@
"devDependencies": { "devDependencies": {
"sass": "^1.99.0" "sass": "^1.99.0"
} }
} }