{
  "name": "rtsp2mjpeg",
  "version": "1.5.7",
  "description": "turn an rtsp stream into a localhost jsmpeg stream",
  "main": "index.js",
  "bin": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tejaswigowda/rtsp2mjpeg.git"
  },
  "keywords": [
    "rtsp",
    "mjpeg",
    "cors",
    "video"
  ],
  "author": "Tejaswi Gowda",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/tejaswigowda/rtsp2mjpeg/issues"
  },
  "homepage": "https://github.com/tejaswigowda/rtsp2mjpeg#readme",
  "devDependencies": {
    "express": "^4.19.2",
    "forever-monitor": "^3.0.3",
    "node-rtsp-stream": "^0.0.9",
    "opn": "^6.0.0",
    "ws": "^8.17.0"
  },
  "dependencies": {
    "npm": "^10.8.1"
  }
}
