export interface IAppInfo { name: string; version: string; homepage?: string; bugs?: { url: string; }; repository?: { url: string; }; }