a11y-color-tokens
Version:
Generate accessible complementary text or UI colors as Sass variables and/or CSS custom properties from your base color tokens.
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "a11y-color-tokens",
"version": "0.7.0",
"description": "Generate accessible complementary text or UI colors as Sass variables and/or CSS custom properties from your base color tokens.",
"main": "bin/createColorTokens.js",
"scripts": {
"bump": "npm --no-git-tag-version version",
"tokens": "node bin/createColorTokens.js"
},
"bin": {
"a11y-color-tokens": "bin/createColorTokens.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5t3ph/a11y-color-tokens.git"
},
"keywords": [
"accessibility",
"a11y",
"color",
"css",
"sass",
"scss",
"design system",
"design tokens",
"tokens"
],
"author": {
"name": "5t3ph",
"url": "https://thinkdobecreate.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/5t3ph/a11y-color-tokens/issues"
},
"homepage": "https://github.com/5t3ph/a11y-color-tokens#readme",
"dependencies": {
"a11ycolor": "^2.0.9",
"color": "^4.2.3",
"yargs-parser": "^21.1.1"
}
}