{
"version": "0.3.5",
"description": "Terminal multiplexer for Windows - tmux alternative for PowerShell and Windows Terminal",
"homepage": "https://github.com/marlocarlo/psmux",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/marlocarlo/psmux/releases/download/v0.3.5/psmux-v0.3.5-windows-x64.zip",
"hash": "PLACEHOLDER_WILL_BE_COMPUTED_AFTER_RELEASE"
}
},
"bin": [
"psmux.exe",
"pmux.exe",
"tmux.exe"
],
"checkver": {
"github": "https://github.com/marlocarlo/psmux"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/marlocarlo/psmux/releases/download/v$version/psmux-v$version-windows-x64.zip"
}
}
}
}