@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
34 lines (33 loc) • 761 B
JSON
{
"version": "2.0.0",
"author": "Community for NL Design System",
"description": "Button component for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
"name": "@utrecht/button-css",
"files": [
"dist/",
"docs/",
"src/",
"*.md"
],
"main": "dist/index.css",
"scripts": {
"build": "rollup -c ../rollup.config.mjs",
"clean": "rimraf dist"
},
"devDependencies": {
"@utrecht/focus-ring-css": "workspace:*",
"rollup": "4.18.0"
},
"keywords": [
"nl-design-system"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git+ssh",
"url": "git@github.com:nl-design-system/utrecht.git",
"directory": "components/button"
}
}