@uinamic/colors
Version:
CSS color token generator centered on HSL lightness (HSL 기반 명도 중심 CSS 색상 토큰 생성기)
49 lines • 1.04 kB
JSON
{
"name": "@uinamic/colors",
"version": "0.2.4",
"description": "CSS color token generator centered on HSL lightness (HSL 기반 명도 중심 CSS 색상 토큰 생성기)",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"bin": {
"uinamic-colors": "./dist/cli.cjs"
},
"keywords": [
"color",
"colors",
"color-token",
"design-token",
"palette",
"theme",
"theme-builder",
"hsl",
"hsl-color",
"css",
"css-variables",
"style",
"design-system",
"cli",
"npx",
"uinamic"
],
"author": "jo4086",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jo4086/ui-namic"
},
"homepage": "https://github.com/jo4086/ui-namic/tree/main/packages/colors",
"bugs": {
"url": "https://github.com/jo4086/ui-namic/issues",
"email": "ghzktm5892@gmail.com"
}
}