@sinchsmb/mktheme
Version:
Util that allow to make frontend theme from Figma theme export file
34 lines (33 loc) • 577 B
JSON
{
"name": "@sinchsmb/mktheme",
"version": "0.2.1",
"description": "Util that allow to make frontend theme from Figma theme export file",
"bin": {
"mktheme": "src/mktheme.js"
},
"files": [
"src",
"!src/**/*.test.js"
],
"scripts": {
"test": "jest"
},
"keywords": [
"ui",
"util",
"cli",
"theming",
"figma",
"sinchsmb"
],
"author": "Pavel Puchkov",
"license": "ISC",
"dependencies": {
"color": "^4.2.3",
"lodash": "^4.17.21",
"yargs": "^17.4.1"
},
"devDependencies": {
"jest": "^27.5.1"
}
}