@peertube/bittorrent-tracker-server
Version:
Fork of bittorrent-tracker for PeerTube purpose, that only implements the server
88 lines (87 loc) • 1.96 kB
JSON
{
"name": "@peertube/bittorrent-tracker-server",
"description": "Fork of bittorrent-tracker for PeerTube purpose, that only implements the server",
"version": "11.1.2",
"author": {
"name": "WebTorrent LLC",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
},
"bugs": {
"url": "https://github.com/chocobozzz/bittorrent-tracker"
},
"type": "module",
"dependencies": {
"bencode": "^4.0.0",
"bittorrent-peerid": "^1.3.6",
"debug": "^4.3.4",
"ip": "^2.0.1",
"lru": "^3.1.0",
"random-iterate": "^1.0.1",
"run-series": "^1.1.9",
"string2compact": "^2.0.1",
"uint8-util": "^2.2.5",
"unordered-array-remove": "^1.0.2",
"ws": "^8.17.0"
},
"devDependencies": {
"bittorrent-tracker": "^11.1.1",
"cross-fetch-ponyfill": "^1.0.3",
"standard": "^17.1.0",
"tape": "5.8.1",
"webrtc-polyfill": "^1.1.5"
},
"engines": {
"node": ">=16.0.0"
},
"exports": {
"import": "./index.js"
},
"keywords": [
"bittorrent",
"p2p",
"peer",
"peer-to-peer",
"stream",
"torrent",
"tracker",
"wire"
],
"license": "MIT",
"main": "index.js",
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.4"
},
"repository": {
"type": "git",
"url": "git://github.com/webtorrent/bittorrent-tracker.git"
},
"scripts": {
"preversion": "npm run update-authors",
"test": "standard && tape test/*.js",
"update-authors": "./tools/update-authors.sh"
},
"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"
}
}