{
    "name": "raffaelj/wordpress-another-simple-image-optimizer",
    "type": "wordpress-plugin",
    "homepage": "https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer",
    "description": "Automatically optimize uploaded images using the Spatie image-optimizer library and binaries on your host system (jpegoptim, optipng, pngquant, cwebp, gifsicle, svgo)",
    "license": "MIT",
    "authors": [
        {
            "name": "Raffael Jesche",
            "homepage": "https://www.rlj.me"
        }
    ],
    "require": {
        "spatie/image-optimizer": "^1.6.3",
        "symfony/process": "<6.1"
    },
    "autoload": {
        "psr-0": {
            "AnotherSimpleImageOptimizer": ""
        }
    },
    "extra": {
        "installer-name": "another-simple-image-optimizer"
    }
}
