@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.
32 lines • 933 B
JSON
{
"version": "2.5.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",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/Amsterdam/design-system.git",
"directory": "packages-proprietary/assets"
},
"devDependencies": {
"svgo": "4.0.1"
},
"scripts": {
"optimize-icons": "svgo -f icons",
"optimize-logos": "svgo -f logo --config svgo.logos.config.js"
}
}