{application, json_blueprint, [
    {vsn, "1.3.2"},
    {applications, [gleam_json,
                    gleam_stdlib]},
    {description, "Simplify JSON encoding/decoding while automatically generating JSON schemas for your data types."},
    {modules, [json@blueprint,
               json@blueprint@schema]},
    {registered, []}
]}.
