UNPKG

fetchtv

Version:

A Node.js CLI tool to manage Fetch TV recordings.

48 lines (47 loc) 962 B
{ "name": "fetchtv", "version": "1.5.2", "author": "James Furey (https://about.me/jamesfurey)", "description": "A Node.js CLI tool to manage Fetch TV recordings.", "license": "GPL-3.0-or-later", "type": "module", "main": "fetchtv.js", "bin": { "fetchtv": "fetchtv.js" }, "scripts": { "start": "node fetchtv.js" }, "keywords": [ "recordings", "fetchtv", "fetch", "upnp", "dlna", "cli" ], "repository": { "type": "git", "url": "git+https://github.com/furey/fetchtv.git" }, "dependencies": { "axios": "^1.7.2", "chalk": "^5.3.0", "cli-progress": "^3.12.0", "cli-table3": "^0.6.5", "debug": "^4.3.4", "fast-xml-parser": "^4.4.0", "filesize": "^10.1.0", "lodash": "^4.17.21", "node-ssdp": "^4.0.1", "ora": "^8.2.0", "pretty-ms": "^9.0.0", "yargs": "^17.7.2" }, "volta": { "node": "22.14.0" }, "engines": { "node": ">=18.0.0" } }