{
  "name": "@trystero-p2p/torrent",
  "version": "0.25.2",
  "description": "Simple, serverless WebRTC (via Torrent)",
  "keywords": [
    "bittorrent",
    "chat",
    "decentralized",
    "matchmaking",
    "p2p",
    "pairing",
    "peer to peer",
    "react",
    "realtime",
    "serverless",
    "signaling",
    "torrent",
    "trystero",
    "webrtc",
    "webtorrent"
  ],
  "license": "MIT",
  "author": {
    "name": "Dan Motzenbecker",
    "email": "dan@oxism.com",
    "url": "https://oxism.com"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@trystero-p2p/core": "0.25.2"
  }
}