{
    "watch": [
      "base",
      "index.js"
    ],
    "ext": "js",
    "ignore": [],
    "exec": "homebridge -I -D",
    "signal": "SIGTERM",
    "env": {
      "NODE_OPTIONS": "--trace-warnings"
    }
  }