UNPKG

outsystems-design-tokens

Version:

Store the Design Tokens used on the Ionic Framework and Widgets Library

42 lines (41 loc) 1.12 kB
{ "name": "outsystems-design-tokens", "version": "1.3.6", "type": "module", "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" }, "files": [ "scripts/", "tokens/", "dist/", "assets/" ], "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.1.0", "minimist": "^1.2.8", "style-dictionary": "^5.1.1" } }