{
  "install": {
    "include": [
      "^package\\.json$",
      "^\\.env$"
    ]
  },
  "restart": {
    "exclude": [
      "^public/",
      "^dist/",
      "^build/"
    ],
    "include": [
      "\\.json"
    ]
  },
  "throttle": 100
}
