function readConfig()

in index.js [22:24]


function readConfig() {
  return JSON.parse(fs.readFileSync(CONFIG_FILE));
}