Files
nova-design-system/package.json
T
unkn0wn b2f4cfe393
Publish to npm / check-and-publish (push) Successful in 20s
fix: update version to 0.06.1 in package.json
2026-06-23 08:02:52 +02:00

30 lines
569 B
JSON

{
"name": "@unkn0wndo3s/nova-design-system",
"type": "module",
"version": "0.06.1",
"main": "./src/index.ts",
"description": "Nova Design System — Astro component library",
"engines": {
"node": ">=22.12.0"
},
"exports": {
".": "./src/index.ts",
"./styles": "./src/styles/index.scss"
},
"files": [
"src"
],
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.0"
},
"devDependencies": {
"sass": "^1.99.0"
}
}