UNPKG

webtorrent-cli

Version:

WebTorrent, the streaming torrent client. For the command line.

101 lines (100 loc) 2.27 kB
{ "name": "webtorrent-cli", "type": "module", "description": "WebTorrent, the streaming torrent client. For the command line.", "version": "6.0.0", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io", "url": "https://webtorrent.io" }, "bin": { "webtorrent": "./bin/cmd.js" }, "bugs": { "url": "https://github.com/webtorrent/webtorrent-cli/issues" }, "dependencies": { "chalk": "^4.1.1", "common-tags": "^1.8.0", "create-torrent": "^6.0.17", "dlnacasts": "^0.1.0", "ecstatic": "^4.1.4", "inquirer": "^8.2.2", "memory-chunk-store": "^1.3.5", "mime": "^3.0.0", "moment": "^2.29.1", "network-address": "^1.1.2", "open": "^11.0.0", "parse-torrent": "^9.1.3", "prettier-bytes": "^1.0.4", "vlc-command": "^1.2.0", "webtorrent": "^2.3.0", "winreg": "^1.2.4", "yargs": "^17.0.1" }, "devDependencies": { "@webtorrent/semantic-release-config": "1.0.11", "cross-spawn": "7.0.3", "semantic-release": "25.0.3", "standard": "*", "tape": "5.9.0", "webtorrent-fixtures": "2.0.2", "xtend": "4.0.2" }, "engines": { "node": ">=20" }, "exports": { "./bin/cmd.js": "./bin/cmd.js" }, "homepage": "https://webtorrent.io", "keywords": [ "bittorrent", "bittorrent client", "download", "mad science", "streaming", "torrent", "webrtc", "webrtc data", "webtorrent" ], "license": "MIT", "optionalDependencies": { "airplay-js": "^0.3.0", "chromecasts": "^1.10.0", "nodebmc": "0.0.7" }, "preferGlobal": true, "repository": { "type": "git", "url": "https://github.com/webtorrent/webtorrent-cli.git" }, "scripts": { "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" } }