{
    "name": "maestroerror/heif-converter",
    "description": "versatile command-line application, along with a Docker image, that offers an easy and efficient way to convert HEIC (and AVIF) images to other common formats like JPEG and PNG",
    "license": "MIT",
    "authors": [
        {
            "name": "maestroerror",
            "email": "revaz.gh@gmail.com"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "bin": [
        "bin/heif-converter-linux",
        "bin/heif-converter-windows",
        "bin/heif-converter-macos"
	]
}