{
  "name": "rtp-packet",
  "version": "0.4.2",
  "description": "RTP/RTCP packetization for Node.js",
  "type": "module",
  "main": "index.js",
  "exports": "./index.js",
  "files": [
    "index.js",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "license": "Apache-2.0",
  "author": "colocohen",
  "repository": {
    "type": "git",
    "url": "https://github.com/colocohen/rtp-packet.git"
  },
  "bugs": {
    "url": "https://github.com/colocohen/rtp-packet/issues"
  },
  "homepage": "https://github.com/colocohen/rtp-packet#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "keywords": [
    "rtp", "rtcp", "h264", "h265", "vp8", "vp9", "av1",
    "opus", "aac", "g711", "g722", "dtmf",
    "webrtc", "streaming", "srtp", "jitter-buffer",
    "packetizer", "depacketizer", "rtx", "nack", "transport-cc"
  ],
  "dependencies": {
    "flat-ranges": "^2.1.0"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/colocohen"
    }
  ]
}