{
  "name": "webtorrent-hybrid",
  "type": "module",
  "description": "Streaming torrent client",
  "version": "6.0.0",
  "author": {
    "name": "WebTorrent LLC",
    "email": "feross@webtorrent.io",
    "url": "https://webtorrent.io"
  },
  "bin": "./bin/cmd.js",
  "bugs": {
    "url": "https://github.com/webtorrent/webtorrent-hybrid/issues"
  },
  "deprecated": "This package is deprecated as of WebTorrent >= 2.3.0 as native WebRTC support has been added to WebTorrent. Please switch to using the \"webtorrent\" package.",
  "dependencies": {
    "create-torrent": "^6.0.17",
    "webtorrent": "^2.3.0",
    "webtorrent-cli": "^5.0.0"
  },
  "devDependencies": {
    "@webtorrent/semantic-release-config": "1.0.10",
    "semantic-release": "21.1.2",
    "standard": "*"
  },
  "engines": {
    "node": ">=16"
  },
  "homepage": "https://webtorrent.io",
  "keywords": [
    "bittorrent",
    "bittorrent client",
    "download",
    "mad science",
    "streaming",
    "torrent",
    "webrtc",
    "webrtc data",
    "webtorrent"
  ],
  "license": "MIT",
  "exports": "./index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/webtorrent/webtorrent-hybrid.git"
  },
  "scripts": {
    "test": "standard"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/feross"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/feross"
    },
    {
      "type": "consulting",
      "url": "https://feross.org/support"
    }
  ],
  "renovate": {
    "extends": [
      "github>webtorrent/renovate-config"
    ]
  },
  "release": {
    "extends": "@webtorrent/semantic-release-config"
  }
}
