UNPKG

@getflip/swirl-tokens

Version:

Swirl Design System Tokens package with a number of different formats for Web and Mobile.

31 lines (30 loc) 794 B
{ "name": "@getflip/swirl-tokens", "version": "2.14.3", "description": "Swirl Design System Tokens package with a number of different formats for Web and Mobile.", "author": "Flip GmbH", "repository": { "type": "git", "url": "https://github.com/getflip/swirl" }, "license": "SEE LICENSE IN LICENSE.md", "bugs": { "url": "https://github.com/getflip/swirl/issues" }, "files": [ "assets", "dist" ], "devDependencies": { "@types/node": "18.7.14", "@types/tinycolor2": "1.4.6", "hex-to-rgba": "2.0.1", "style-dictionary": "3.7.1", "tinycolor2": "1.6.0", "ts-node": "10.9.1", "typescript": "5.9.3" }, "scripts": { "build": "rm -rf dist && ts-node ./scripts/figma2style-dictionary.ts && ts-node ./scripts/build.ts" } }