UNPKG

@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.

35 lines 1.05 kB
{ "version": "4.0.1", "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": "packages-proprietary/tokens" }, "devDependencies": { "change-case": "5.4.4", "chokidar-cli": "3.0.0", "style-dictionary": "5.4.0" }, "scripts": { "clean": "rimraf dist/", "build": "node build.js", "build:watch": "chokidar --follow-symlinks --initial --command \"pnpm run build\" \"src/**/*.tokens.json\"" } }