outsystems-design-tokens
Version:
Store the Design Tokens used on the Ionic Framework and Widgets Library
35 lines (34 loc) • 1.02 kB
JSON
{
"name": "outsystems-design-tokens",
"version": "1.3.0",
"description": "Store the Design Tokens used on the Ionic Framework and Widgets Library",
"main": "index.js",
"scripts": {
"build": "node ./scripts/generate-tokens.js",
"build.tokens": "node ./scripts/index.js",
"bump:version:major": "node ./scripts/bump-version major",
"bump:version:minor": "node ./scripts/bump-version minor",
"bump:version:patch": "node ./scripts/bump-version patch",
"bump:version:pre": "node ./scripts/bump-version prerelease",
"bump:files": "node ./scripts/bump-files-version"
},
"bin": {
"build.tokens": "./scripts/index.js"
},
"keywords": [
"OutSystems",
"Design Tokens",
"Framework"
],
"repository": {
"type": "git",
"url": "git+https://github.com/OutSystems/outsystems-design-tokens"
},
"author": "UI Components Team",
"license": "BSD-3-Clause",
"dependencies": {
"glob": "^11.0.0",
"minimist": "^1.2.8",
"style-dictionary": "^5.0.0"
}
}