{
  "name": "restreamer-watchdog",
  "version": "1.0.0",
  "description": "Monitor datarhei ReStreamer and push a fallback video to your platforms when the source stops transmitting",
  "main": "server.js",
  "dependencies": {
    "express": "^4.18.2",
    "axios": "^1.6.0",
    "body-parser": "^1.20.2"
  },
  "scripts": {
    "start": "node server.js"
  }
}
