{ "name": "bittorrent-tracker", "description": "Simple, robust, BitTorrent tracker (client & server) implementation", "version": "10.0.3", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io", "url": "https://webtorrent.io" }, "bin": { "bittorrent-tracker": "./bin/cmd.js" }, "browser": { "./lib/common-node.js": false, "./lib/client/http-tracker.js": false, "./lib/client/udp-tracker.js": false, "./server.js": false, "socks": false }, "chromeapp": { "./server.js": false, "dgram": "chrome-dgram", "socks": false }, "bugs": { "url": "https://github.com/webtorrent/bittorrent-tracker/issues" }, "type": "module", "dependencies": { "@thaunknown/simple-websocket": "^9.1.0", "bencode": "^3.0.3", "bittorrent-peerid": "^1.3.3", "chrome-dgram": "^3.0.6", "clone": "^2.0.0", "compact2string": "^1.4.1", "debug": "^4.1.1", "ip": "^1.1.5", "lru": "^3.1.0", "minimist": "^1.2.5", "once": "^1.4.0", "queue-microtask": "^1.2.3", "random-iterate": "^1.0.1", "run-parallel": "^1.2.0", "run-series": "^1.1.9", "simple-get": "^4.0.0", "simple-peer": "^9.11.0", "socks": "^2.0.0", "string2compact": "^2.0.0", "uint8-util": "^2.1.9", "unordered-array-remove": "^1.0.2", "ws": "^8.0.0" }, "devDependencies": { "@mapbox/node-pre-gyp": "1.0.10", "@webtorrent/semantic-release-config": "1.0.9", "magnet-uri": "7.0.3", "semantic-release": "20.1.3", "standard": "*", "tape": "5.6.3", "webtorrent-fixtures": "2.0.2", "wrtc": "0.4.7" }, "engines": { "node": ">=12.20.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.3", "utf-8-validate": "^5.0.5" }, "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" } }