UNPKG

style-dictionary

Version:

Style once, use everywhere. A build system for creating cross-platform styles.

18 lines (17 loc) 399 B
{ "name": "style-dictionary-example-complete", "version": "1.0.0", "description": "", "main": "build.js", "type": "module", "scripts": { "build": "style-dictionary build", "clean": "rm -rf build", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "Apache-2.0", "devDependencies": { "style-dictionary": "^4.0.0-prerelease.30" } }