@fylgja/props-builder
Version:
Effortlessly generate Design Tokens (CSS custom properties) from JavaScript objects.
31 lines (30 loc) • 728 B
JSON
{
"name": "@fylgja/props-builder",
"version": "2.0.0",
"description": "Effortlessly generate Design Tokens (CSS custom properties) from JavaScript objects.",
"homepage": "https://fylgja.dev/",
"author": "Fylgja",
"license": "MIT",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/fylgja/fylgja",
"directory": "props-builder"
},
"bugs": "https://github.com/fylgja/fylgja/issues",
"keywords": [
"fylgja",
"css",
"scss",
"variables",
"custom properties",
"design-tokens",
"figma-tokens",
"style-dictionary"
],
"scripts": {
"pretest": "rm -rf tests/*.{css,scss,json}",
"test": "node tests/index.js"
}
}