{project_plugins, [rebar3_proper, rebar3_hex]}.

{erl_opts, [debug_info]}.
{deps, []}.

{profiles, [{test, [{erl_opts, [debug_info, export_all, nowarn_export_all]},
              {deps, [proper]}
            ]}]}.

{alias, [
  {check, [proper, eunit, {shell, "shell --eval jsontestsuite:get_all_results(). --eval init:stop()."}]}
]}.

{edoc_opts, [{sort_functions, false}, {preprocess, true}]}.

{hex, [
    {doc, edoc}
]}.
