UNPKG

@wonderflow/tokens

Version:

Design tokens from Wonderflow design language

44 lines (43 loc) 1.02 kB
{ "name": "@wonderflow/tokens", "version": "14.3.0", "description": "Design tokens from Wonderflow design language", "main": "platforms/web/index", "files": [ "platforms/" ], "scripts": { "prebuild": "rimraf platforms/", "build": "run-s build:tokens build:types", "build:tokens": "ts-node src/index", "build:types": "ts-node src/generate-types" }, "repository": { "type": "git", "url": "git+https://github.com/wonderflow-bv/wanda.git" }, "publishConfig": { "access": "public" }, "keywords": [ "tokens", "wanda", "design", "system", "wonderflow" ], "author": "Wonderflow", "license": "Apache-2.0", "bugs": { "url": "https://github.com/wonderflow-bv/wanda/issues" }, "homepage": "https://github.com/wonderflow-bv/wanda", "devDependencies": { "@types/fs-extra": "9.0.13", "@types/tinycolor2": "1.4.6", "fs-extra": "10.1.0", "style-dictionary": "3.9.2", "tinycolor2": "1.6.0", "tsconfig": "10.0.0" } }