{ "name": "@veza/design-system", "version": "3.0.0", "description": "SUMI Design System — Design tokens (single source of truth) for the Veza platform. Authored as W3C JSON tokens, compiled via Style Dictionary to CSS vars + TS exports.", "type": "module", "exports": { "./tokens.css": "./dist/tokens.css", "./tokens-generated": { "types": "./dist/tokens.d.ts", "default": "./dist/tokens.ts" } }, "files": [ "tokens/", "dist/", "style-dictionary.config.mjs" ], "scripts": { "build": "node style-dictionary.config.mjs", "build:tokens": "node style-dictionary.config.mjs" }, "devDependencies": { "style-dictionary": "^4.4.0" }, "license": "UNLICENSED" }