{
    "name": "tailwind-cleaner",
    "version": "1.0.25",
    "description": "A tool to replace hex colors with named colors in Tailwind CSS projects",
    "main": "lib/index.js",
    "type": "module",
    "bin": {
        "tailwind-cleaner-pkg": "bin/cli.js"
    },
    "scripts": {
        "start": "node bin/cli.js"
    },
    "keywords": [
        "tailwind",
        "css",
        "colors",
        "optimization",
        "cleaner",
        "semantic",
        "naming",
        "converter",
        "hex-colors",
        "units",
        "spacing",
        "theme",
        "configuration",
        "utility-classes",
        "tailwindcss",
        "automation",
        "refactoring",
        "code-quality",
        "developer-tools",
        "frontend"
    ],
    "author": "Your Name",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/domz-1/tailwind-cleaner"
    },
    "dependencies": {
        "color-2-name": "^1.4.4",
        "inquirer": "^12.9.1"
    }
}
