2026-05-15 17:03:59 +02:00
|
|
|
{
|
2026-06-04 13:44:47 +02:00
|
|
|
"name": "@unkn0wndo3s/nova-design-system",
|
2026-05-15 17:03:59 +02:00
|
|
|
"type": "module",
|
2026-06-24 09:21:40 +02:00
|
|
|
"version": "1.2.1",
|
2026-05-15 17:24:14 +02:00
|
|
|
"description": "Nova Design System — Astro component library",
|
2026-06-24 07:59:21 +02:00
|
|
|
"license": "LICENSE.md",
|
2026-06-24 07:54:03 +02:00
|
|
|
"author": "Unkn0wn",
|
2026-06-24 07:51:44 +02:00
|
|
|
"main": "./src/index.ts",
|
2026-06-24 07:54:03 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2026-06-24 07:59:21 +02:00
|
|
|
"url": "https://git.novaprojects.dev/unkn0wn/nova-design-system.git"
|
2026-06-24 07:54:03 +02:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
],
|
2026-05-15 17:03:59 +02:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22.12.0"
|
|
|
|
|
},
|
2026-05-15 17:24:14 +02:00
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts",
|
|
|
|
|
"./styles": "./src/styles/index.scss"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
2026-06-24 07:51:44 +02:00
|
|
|
"src",
|
2026-06-24 07:54:03 +02:00
|
|
|
"LICENSE.md",
|
|
|
|
|
"README.md"
|
2026-05-15 17:24:14 +02:00
|
|
|
],
|
2026-05-15 17:03:59 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
2026-06-04 13:44:47 +02:00
|
|
|
"astro": "astro"
|
2026-05-15 17:24:14 +02:00
|
|
|
},
|
2026-05-15 17:03:59 +02:00
|
|
|
"dependencies": {
|
2026-06-24 07:56:06 +02:00
|
|
|
"@lucide/astro": "^1.21.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2026-06-23 07:26:15 +02:00
|
|
|
"astro": "^7.0.0"
|
2026-05-15 17:24:14 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-24 07:56:06 +02:00
|
|
|
"astro": "^7.0.0",
|
2026-05-15 17:24:14 +02:00
|
|
|
"sass": "^1.99.0"
|
2026-05-15 17:03:59 +02:00
|
|
|
}
|
2026-06-24 07:51:44 +02:00
|
|
|
}
|