Files
nova-design-system/package.json
T
unkn0wn 5bcf5b20a0
Publish to npm / check-and-publish (push) Successful in 20s
chore: bump version to 1.01.0 in package.json
2026-06-24 07:14:02 +02:00

31 lines
601 B
JSON

{
"name": "@unkn0wndo3s/nova-design-system",
"type": "module",
"version": "1.01.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": {
"@lucide/astro": "^1.21.0",
"astro": "^7.0.0"
},
"devDependencies": {
"sass": "^1.99.0"
}
}