Example Usage
{
  "hooks": {
    "SessionStart": [
      {
        "matcher": ".*",
        "hooks": [
          {
            "type": "command",
            "command": "node script.js"
          }
        ]
      }
    ]
  }
}