return {
    missionFilePath = "mission.miz",        -- mission file path
    scriptsDir = "scripts",                 -- scripts directory
    debuggerFilePath = "debugger.lua",      -- debugger file path
    cacheDir = ".mizflow",                  -- cache directory
    distributionDir = "dist",               -- distribution directory
    distributionFileName = "mission.miz"    -- distribution file name
}
