{
  "restartable": "rs",
  "ignore": [
    ".git",
    "node_modules/**/node_modules"
    "lib/docker/**/*.*"
  ],
  "verbose": true,
  "events": {
    "restart": "osascript -e 'display notification \"App restarted due to:\n'$FILENAME'\" with title \"nodemon\"'"
  },
  "watch": [
    "src/",
    "lib/"
  ],
  "env": {
    "NODE_ENV": "dev"
  },
  "ext": "js json"
}
