v4design-tokens
Version:
design tokens v4 company
35 lines (34 loc) • 825 B
JSON
{
"name": "v4design-tokens",
"version": "2.0.2",
"description": "design tokens v4 company",
"type": "module",
"main": "dist",
"scripts": {
"build": "node ./build.js",
"clean": "rm -rf build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"style-dictionary": "^3.8.0"
},
"files": [
"dist"
],
"dependencies": {
"@tokens-studio/sd-transforms": "^0.9.2",
"color2k": "^2.0.2",
"prettier": "^2.8.8",
"style-dictionary-utils": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/V4-Company/v4design-tokens.git"
},
"bugs": {
"url": "https://github.com/V4-Company/v4design-tokens/issues"
},
"homepage": "https://github.com/V4-Company/v4design-tokens#readme"
}