{
  "name": "@devozdemirhasancan/rtmp-udp-server",
  "version": "1.1.1",
  "description": "Simple RTMP to UDP Stream Server",
  "main": "server.js",
  "bin": {
    "rtmp-udp-server": "./server.js"
  },
  "pkg": {
    "targets": [
      "node18-win-x64",
      "node18-macos-arm64",
      "node18-linux-x64"
    ],
    "outputPath": "dist",
    "assets": [
      "node_modules/**/*"
    ]
  },
  "dependencies": {
    "node-media-server": "^2.6.2"
  },
  "devDependencies": {
    "pkg": "^5.8.1",
    "rimraf": "^5.0.5"
  },
  "scripts": {
    "start": "node server.js",
    "clean": "rimraf dist",
    "build:win": "pkg . --targets node18-win-x64 --output dist/rtmp-udp-server-win.exe",
    "build:mac": "pkg . --targets node18-macos-arm64 --output dist/rtmp-udp-server-macos",
    "build:linux": "pkg . --targets node18-linux-x64 --output dist/rtmp-udp-server-linux",
    "build": "npm run clean && npm run build:win && npm run build:mac && npm run build:linux",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "rtmp",
    "udp",
    "gopro",
    "obs",
    "streaming",
    "ffmpeg"
  ],
  "author": {
    "name": "Hasan Can Özdemir",
    "email": "devozdemirhasancan@gmail.com",
    "url": "https://github.com/devozdemirhasancan"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devozdemirhasancan/RTMPtoUDPServer.git"
  },
  "bugs": {
    "url": "https://github.com/devozdemirhasancan/RTMPtoUDPServer/issues"
  },
  "homepage": "https://github.com/devozdemirhasancan/RTMPtoUDPServer#readme",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  }
}
