style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
21 lines • 432 B
JSON
{
"name": "style-dictionary-custom-transforms",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "build/index.js",
"files": [
"build",
"properties"
],
"scripts": {
"build": "node ./build.js",
"clean": "rm -rf build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"style-dictionary": "^4.3.2"
}
}