style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
17 lines • 405 B
JSON
{
"name": "style-dictionary-assets-base64-embed",
"version": "1.0.0",
"description": "",
"main": "build.js",
"type": "module",
"scripts": {
"build": "node_modules/.bin/style-dictionary build",
"clean": "rm -rf build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"style-dictionary": "^4.3.2"
}
}