ds-token
Version:
Design Token for TISCO Design system
31 lines (30 loc) • 843 B
JSON
{
"name": "ds-token",
"version": "1.0.27",
"description": "Design Token for TISCO Design system",
"main": "index.js",
"scripts": {
"color:tokens": "npx json-to-scss tokens/color-space.json tisco-scss/token/_color_token-json.scss --k='sq'",
"typo:tokens": "npx json-to-scss tokens/typo.json tisco-scss/token/_typo_token-json.scss --k='sq'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UITISCO/DS-Token.git"
},
"keywords": [
"Design-system",
"Token"
],
"author": "CX_Team <terapon@tisco.co.th>",
"license": "MIT",
"bugs": {
"url": "https://github.com/UITISCO/DS-Token/issues"
},
"homepage": "https://github.com/UITISCO/DS-Token#readme",
"dependencies": {
"bourbon": "^7.0.0",
"csstyle": "^2.0.2",
"json-to-scss": "^1.6.2"
},
"devDependencies": {}
}