UNPKG

@porosys/ndtool

Version:

Netdata alert and automation tool

9 lines (7 loc) 159 B
import { Dependency } from '../../types'; export const installDependencies: Dependency[] = [ { binary: 'sendmail', packageName: 'sendmail', }, ];