UNPKG

@open-formulieren/design-tokens

Version:
44 lines (43 loc) 1.15 kB
{ "name": "@open-formulieren/design-tokens", "version": "0.59.1", "description": "Design tokens for Open Forms", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "style-dictionary build -c style-dictionary.config.json", "start": "chokidar --initial --command 'npm run build' 'src/**/*.tokens.json' 'src/**/tokens.json'", "format": "prettier --write 'src/**/*'", "checkformat": "prettier --check 'src/**/*'" }, "main": "dist/index.js", "files": [ "dist/", "src/", "assets/" ], "repository": { "type": "git", "url": "git+https://github.com/open-formulieren/design-tokens.git" }, "keywords": [ "style-dictionary", "common", "ground", "nl", "design", "system", "open-forms" ], "author": "Maykin Media", "license": "EUPL-1.2", "bugs": { "url": "https://github.com/open-formulieren/design-tokens/issues" }, "homepage": "https://github.com/open-formulieren/design-tokens#readme", "devDependencies": { "chokidar": "^3.5.3", "chokidar-cli": "^3.0.0", "prettier": "^2.8.0", "style-dictionary": "^3.7.0" } }