/usr/bin/verse-dialog is in verse 0.22.7+b1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 | #!/bin/bash
dialog --cr-wrap --backtitle "Scripture verse for $(date +'%d %B')" --msgbox "$(verse)" $(($(verse | wc -l) + 5)) 80
|