UNPKG

@postenbring/hedwig-tokens

Version:

Design tokens for [Hedwig Design System](https://github.com/bring/hedwig-design-system).

44 lines 1.14 kB
{ "name": "@postenbring/hedwig-tokens", "version": "1.3.1", "sideEffects": false, "license": "MIT", "files": [ "tokens-output/**", "tailwind.config.cjs", "tailwind.config.d.cts" ], "devDependencies": { "@types/node": "22.15.17", "color2k": "2.0.3", "eslint": "^8.57.0", "eslint-config-custom": "*", "style-dictionary": "3.9.2", "style-dictionary-utils": "2.4.1", "tailwindcss": "3.4.14", "tsx": "4.19.4", "typescript": "^5.8.3", "hedwig-tsconfig": "0.0.0" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/bring/hedwig-design-system", "repository": { "type": "git", "url": "https://github.com/bring/hedwig-design-system" }, "keywords": [ "hedwig", "posten", "bring", "designtokens" ], "scripts": { "build": "node --import tsx build.ts", "dev": "node --import tsx --watch-preserve-output --watch-path lib --watch-path tokens-source --watch-path build.ts --watch build.ts", "lint": "eslint \"*.ts*\"", "typecheck": "tsc --noEmit", "clean": "rm -rf .turbo node_modules dist" } }