{application, jscheam, [
    {vsn, "2.0.0"},
    {applications, [gleam_json,
                    gleam_stdlib]},
    {description, "A Simple JSON Schema library for Gleam"},
    {modules, [jscheam@@main,
               jscheam@schema]},
    {registered, []}
]}.
