{
    "version": "0.11.0",
    "description": "A PowerShell module to show file and folder icons in the terminal",
    "homepage": "https://github.com/devblackops/Terminal-Icons",
    "license": "MIT",
    "notes": [
        "Use the module by running: 'Import-Module Terminal-Icons'",
        "Add it to your $PROFILE to make it permanent",
        "A Nerd Font is required for this module to work"
    ],
    "url": "https://cdn.powershellgallery.com/packages/terminal-icons.0.11.0.nupkg",
    "hash": "0d5086fbd48b4b12d5c00b1e226393b326b38c3e06dbf8825f522188e9dfe4dd",
    "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse",
    "psmodule": {
        "name": "Terminal-Icons"
    },
    "checkver": {
        "url": "https://www.powershellgallery.com/packages/Terminal-Icons",
        "regex": "<h2>([\\d.]+)</h2>"
    },
    "autoupdate": {
        "url": "https://cdn.powershellgallery.com/packages/terminal-icons.$version.nupkg"
    }
}
