{
  "name": "node-rtc-connection",
  "version": "2.0.11",
  "description": "WebRTC DataChannel implementation for Node.js with STUN, TURN, NAT traversal, and encryption. Pure Node.js, no native dependencies.",
  "keywords": [
    "webrtc",
    "datachannel",
    "peer-connection",
    "rtc",
    "p2p",
    "real-time",
    "stun",
    "turn",
    "nat-traversal",
    "ice",
    "encryption",
    "tls",
    "dtls",
    "relay",
    "peer-to-peer"
  ],
  "author": "nmhung1210",
  "license": "MIT",
  "type": "commonjs",
  "engines": {
    "node": ">=18.0.0"
  },
  "main": "./index.cjs",
  "module": "./index.mjs",
  "types": "./types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "require": "./index.cjs",
      "import": "./index.mjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nmhung1210/node-rtc-connection.git"
  },
  "bugs": {
    "url": "https://github.com/nmhung1210/node-rtc-connection/issues"
  },
  "homepage": "https://github.com/nmhung1210/node-rtc-connection#readme"
}
