{application, gleam_json, [
    {vsn, "0.2.0"},
    {applications, [gleam_stdlib,
                    gleeunit,
                    thoas]},
    {description, "Work with JSON in Gleam"},
    {modules, [gleam@json]},
    {registered, []}
]}.
