themeify
Version:
A CLI tool to generate and manage custom UI themes.
59 lines (58 loc) • 1.37 kB
JSON
{
"name": "themeify",
"description": "A CLI tool to generate and manage custom UI themes.",
"version": "1.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"source": "bin/index",
"bin": {
"themeify": "./dist/index.js"
},
"scripts": {
"start": "node bin/index.js",
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
"keywords": [
"theme",
"CLI",
"React",
"Next.js",
"UI",
"custom themes",
"MUI",
"Tailwind",
"ShadCN",
"Bootstrap"
],
"author": "Jerry Satpathy <rutuparna.satpathy01@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/J3rry320/themeify"
},
"bugs": {
"url": "https://github.com/J3rry320/themeify/issues"
},
"homepage": "https://github.com/J3rry320/themeify#readme",
"dependencies": {
"cli-color": "^2.0.4",
"color-convert": "^2.0.1",
"commander": "^13.0.0",
"enquirer": "^2.4.1",
"figlet": "^1.8.0",
"handlebars": "^4.7.8",
"winston": "^3.17.0"
},
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0"
},
"files": [
"dist/"
]
}