{
    "version": "2.4.5",
    "description": "A bash inspired readline implementation for PowerShell",
    "homepage": "https://github.com/PowerShell/PSReadLine",
    "license": "BSD-2-Clause",
    "url": "https://cdn.powershellgallery.com/packages/psreadline.2.4.5.nupkg",
    "hash": "cb9390e9733208456c234a7971d1ec4a917886c239502aab68f4b71aa4bba235",
    "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse",
    "psmodule": {
        "name": "PSReadLine"
    },
    "checkver": {
        "url": "https://www.powershellgallery.com/packages/PSReadLine",
        "regex": "<h2>([\\d.]+)</h2>"
    },
    "autoupdate": {
        "url": "https://cdn.powershellgallery.com/packages/psreadline.$version.nupkg"
    }
}
