@amsterdam/design-system-assets
Version:
All assets from the Amsterdam Design System. Use it to include the correct fonts, icons or logos in your website or application.
30 lines • 841 B
JSON
{
"version": "1.0.0",
"author": "Design System Team, City of Amsterdam <designsystem@amsterdam.nl>",
"description": "All assets from the Amsterdam Design System. Use it to include the correct fonts, icons or logos in your website or application.",
"homepage": "https://designsystem.amsterdam",
"license": "SEE LICENSE IN LICENSE.md",
"name": "@amsterdam/design-system-assets",
"keywords": [
"amsterdam",
"amsterdam-design-system",
"assets",
"design-system",
"nl-design-system"
],
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Amsterdam/design-system.git",
"directory": "packages-proprietary/assets"
},
"devDependencies": {
"svgo": "3.3.2"
},
"scripts": {
"optimize-icons": "svgo -f icons"
}
}