{
    "version": "2.7.10",
    "description": "A PowerShell wrapper around the fuzzy finder fzf",
    "homepage": "https://github.com/kelleyma49/PSFzf",
    "license": "MIT",
    "suggest": {
        "fzf": "fzf"
    },
    "url": "https://cdn.powershellgallery.com/packages/psfzf.2.7.10.nupkg",
    "hash": "a79d172b272029949ad60847187d4a0c1debf1610cc31b7daae53d68f6a93ec5",
    "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse",
    "psmodule": {
        "name": "PSFzf"
    },
    "checkver": {
        "url": "https://www.powershellgallery.com/packages/PSFzf",
        "regex": "<h2>([\\d.]+)</h2>"
    },
    "autoupdate": {
        "url": "https://cdn.powershellgallery.com/packages/psfzf.$version.nupkg"
    }
}
