#!/usr/bin/env node const Watchdog = require('./index'); const watchdog = Watchdog(require('./dev.json')); watchdog.run();