{
    "version": "0.1.1",
    "description": "Command-line intellisense based on PowerShell auto-completion, used as a plugin for PSReadLine.",
    "homepage": "https://github.com/PowerShell/CompletionPredictor",
    "license": "MIT",
    "notes": [
        "This module requires PowerShell 7.2 with PSReadLine 2.2.2 or higher.",
        "To enable the predictor, add the following to your $PROFILE:",
        "- Import-Module CompletionPredictor",
        "- Set-PSReadLineOption -PredictionSource HistoryAndPlugin",
        "Switch between the Inline and List prediction views, by pressing F2",
        "For more information, see: https://github.com/PowerShell/CompletionPredictor"
    ],
    "url": "https://cdn.powershellgallery.com/packages/completionpredictor.0.1.1.nupkg",
    "hash": "51dc843aead6b2d7af9622a42507f6634c81fdd1f51d36bc74519720400f40e0",
    "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Force -Recurse",
    "psmodule": {
        "name": "CompletionPredictor"
    },
    "checkver": {
        "url": "https://www.powershellgallery.com/packages/completionpredictor",
        "regex": "<h2>([\\d.]+)</h2>"
    },
    "autoupdate": {
        "url": "https://cdn.powershellgallery.com/packages/completionpredictor.$version.nupkg"
    }
}
