{
    "name": "nilesh/performance-optimisation",
    "description": "A package for performance optimization, including HTML minification and code minification tools.",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "nilesh",
            "email": "nilesh.kanzariya912@gmail.com"
        }
    ],
    "require": {
        "voku/html-min": "^4.5",
        "matthiasmullie/minify": "^1.3"
    },
    "extra": {
        "cleanup": {
            "dirs": ["bin", "tests", "docs"],
            "exclude": ["*.md", "*.yml", "*.xml", "tests", "docs"]
        }
    }
}
