{application, term_size, [
    {vsn, "1.0.1"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "Retrieve the terminal's size in rows and columns on all targets"},
    {modules, [term_size]},
    {registered, []}
]}.
