Allows user to have event handlers in the nodemon config, such as: { "events": { "crash": "say 'your app crashed'", "start": "echo 'App started' | tee app.log" } }