ScoopInstaller_Main/bucket/powershell-beautifier.json

20 lines
845 B
JSON

{
"version": "1.2.5",
"description": "A whitespace reformatter and code cleaner for Windows PowerShell and PowerShell Core",
"homepage": "https://github.com/DTW-DanWard/PowerShell-Beautifier",
"license": "MIT",
"url": "https://cdn.powershellgallery.com/packages/powershell-beautifier.1.2.5.nupkg",
"hash": "3ec3d76a2b303136bc73f91d278f03b748cf5cc6aa6287aa3ea180adf39c6ff3",
"pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content_Types*.xml\" -Recurse",
"psmodule": {
"name": "PowerShell-Beautifier"
},
"checkver": {
"url": "https://www.powershellgallery.com/packages/PowerShell-Beautifier",
"regex": "<h2>([\\d\\.]+)</h2>"
},
"autoupdate": {
"url": "https://cdn.powershellgallery.com/packages/powershell-beautifier.$version.nupkg"
}
}