{application, scrapbook, [
    {vsn, "2.0.0"},
    {applications, [decode,
                    gleam_http,
                    gleam_json,
                    gleam_regexp,
                    gleam_stdlib]},
    {description, "Gleam package that can scrape parts of Facebook."},
    {modules, [scrapbook@error,
               scrapbook@event,
               scrapbook@internal@decoder,
               scrapbook@internal@event@url,
               scrapbook@internal@html,
               scrapbook@internal@http,
               scrapbook@internal@page@url,
               scrapbook@page]},
    {registered, []}
]}.
