style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
15 lines • 325 B
JSON
{
"name": "style-dictionary-example-custom-parser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "style-dictionary build --config ./sd.config.js"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"style-dictionary": "^4.3.2"
}
}