UNPKG

cssclasscrafter

Version:

CSSClassCrafter is an npm library that enables developers to dynamically generate CSS classes based on user-defined configuration files. With a simple JSON format for specifying styles, it streamlines the styling process, allowing for easy customization a

63 lines (62 loc) 1.59 kB
{ "name": "cssclasscrafter", "version": "1.3.0", "description": "CSSClassCrafter is an npm library that enables developers to dynamically generate CSS classes based on user-defined configuration files. With a simple JSON format for specifying styles, it streamlines the styling process, allowing for easy customization and scalable solutions in web development.", "main": "index.mjs", "type": "module", "scripts": { "test": "npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/hiteshodedara/cssclasscrafter.git" }, "bin": { "csscrafter": "index.mjs" }, "files": [ "index.mjs", "scripts/*", "assets/*", "default.config.mjs", "LICENSE", "README.md" ], "keywords": [ "css", "css-class", "css-generator", "css-builder", "stylesheet", "frontend", "web-development", "npm-library", "design-system", "responsive-design", "custom-css", "configuration", "dynamic-css", "utility-first", "css-classes", "tailwindcss", "style-management", "modular-css", "styling-tool", "css-utilities" ], "author": "Hitesh Odedara", "license": "MIT", "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" }, "bugs": { "url": "https://github.com/hiteshodedara/cssclasscrafter/issues" }, "homepage": "https://github.com/hiteshodedara/cssclasscrafter#readme", "dependencies": { "clean-css": "^5.3.3", "ora": "^8.1.0", "prettier": "^3.3.3" } }