{
"version": "0.3.0",
"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.0/psmux-v0.3.0-windows-x64.zip",
"hash": "EFD837DE03C013A356FC48F83AFE9F035FA1F9F5DECC84E1CD3A012CE7870C47"
}
},
"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"
}
}
}
}