{
    "version": "6.7.0",
    "description": "A completion manager for a better and simpler tab-completion experience in PowerShell.",
    "homepage": "https://pscompletions.abgox.com/",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/abgox/PSCompletions/blob/main/LICENSE"
    },
    "notes": [
        "Use the module by running: 'Import-Module PSCompletions'.",
        "Add it to your $Profile to make it permanent."
    ],
    "url": "https://cdn.powershellgallery.com/packages/pscompletions.6.7.0.nupkg",
    "hash": "b30bb29c5074063485a83c3ec056c7f566ee454eca164f29baaff0dd81a50815",
    "pre_install": [
        "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse",
        "if (-not (Test-Path -Path \"$persist_dir\\data.json\")) {",
        "    '{}' | Out-File -FilePath \"$dir\\data.json\" -Encoding utf8 -Force",
        "}"
    ],
    "post_install": [
        "if (Test-Path \"$dir\\completions.original\") {",
        "    Copy-Item -Path \"$dir\\completions.original\\*\" -Destination \"$dir\\completions\" -Force -Recurse",
        "    Remove-Item \"$dir\\completions.original\" -Force -Recurse | Out-Null",
        "}"
    ],
    "psmodule": {
        "name": "PSCompletions"
    },
    "persist": [
        "completions",
        "data.json"
    ],
    "checkver": {
        "url": "https://www.powershellgallery.com/packages/PSCompletions",
        "regex": "<h2>([\\d.]+)</h2>"
    },
    "autoupdate": {
        "url": "https://cdn.powershellgallery.com/packages/pscompletions.$version.nupkg"
    }
}
