{application, hello_joe, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "A package that prints hello!"},
    {modules, [hello_joe]},
    {registered, []}
]}.
