UNPKG

@utrecht/components

Version:

Components for the Municipality of Utrecht based on the NL Design System architecture

41 lines (40 loc) 1.3 kB
{ "version": "1.2.0", "author": "Community for NL Design System", "description": "Icons for the Municipality of Utrecht based on the NL Design System architecture", "license": "EUPL-1.2", "name": "@utrecht/icon", "files": [ "dist/", "docs/", "loader/", "*.md" ], "main": "dist/index.css", "scripts": { "build": "pnpm run build:css && pnpm run build:svg && pnpm run build:components", "build:components": "node src/build.js $1 --prefix utrecht-icon --path ../../packages/web-component-library-stencil/src/components/generated/", "build:css": "rollup -c ../rollup.config.mjs", "build:svg": "svgo --recursive --folder ./src/svg --output ./tmp/optimized-svgs --quiet", "clean": "rimraf dist/ tmp/ ../../packages/web-component-library-stencil/src/generated/ ../../packages/web-component-library-stencil/src/components/generated/" }, "devDependencies": { "@unicode/unicode-15.1.0": "1.5.2", "jsdom": "20.0.3", "lodash": "4.17.21", "minimist": "1.2.8", "rollup": "4.18.0", "svgo": "3.1.0" }, "keywords": [ "nl-design-system" ], "publishConfig": { "access": "public" }, "repository": { "type": "git+ssh", "url": "git@github.com:nl-design-system/utrecht.git", "directory": "components/icon" } }