style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
26 lines • 696 B
JSON
{
"name": "style-dictionary-example-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"clean": "rm -rf build",
"build": "style-dictionary build --config ./config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/amzn/style-dictionary.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dbanksdesign/style-dictionary-node/issues"
},
"homepage": "https://github.com/dbanksdesign/style-dictionary-node#readme",
"devDependencies": {
"style-dictionary": "^4.3.2",
"tinycolor2": "^1.4.1"
}
}