@amsterdam/design-system-tokens
Version:
All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.
36 lines • 1.06 kB
JSON
{
"version": "0.15.0",
"author": "Design System Team, City of Amsterdam <designsystem@amsterdam.nl>",
"description": "All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.",
"homepage": "https://designsystem.amsterdam",
"license": "SEE LICENSE IN LICENSE.md",
"name": "@amsterdam/design-system-tokens",
"type": "module",
"keywords": [
"amsterdam",
"amsterdam-design-system",
"design-system",
"nl-design-system",
"tokens"
],
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Amsterdam/design-system.git",
"directory": "proprietary/tokens"
},
"devDependencies": {
"change-case": "5.4.4",
"chokidar-cli": "3.0.0",
"npm-run-all": "4.1.5",
"style-dictionary": "4.3.3"
},
"scripts": {
"clean": "rimraf dist/",
"build": "node build.js",
"watch": "chokidar --follow-symlinks --initial --command \"npm run build\" \"src/**/*.tokens.json\""
}
}