import { Dependency } from '../../types'; export const installDependencies: Dependency[] = [ { binary: 'sendmail', packageName: 'sendmail', }, ];