Files
nova-design-system/package.json
T
unkn0wn b2a61008ba
Publish to npm / check-and-publish (push) Successful in 23s
feat: updating package to version 0.06.0
2026-06-18 13:52:07 +02:00

29 lines
568 B
JSON

{
"name": "@unkn0wndo3s/nova-design-system",
"type": "module",
"version": "0.06.0",
"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": "^6.3.8"
},
"devDependencies": {
"sass": "^1.99.0"
}
}