UNPKG

fetchtv

Version:

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

55 lines (54 loc) 1.11 kB
{ "name": "fetchtv", "version": "1.8.0", "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", "test": "node --test 'test/*.test.js'" }, "keywords": [ "recordings", "fetchtv", "fetch", "upnp", "dlna", "cli" ], "repository": { "type": "git", "url": "git+https://github.com/furey/fetchtv.git" }, "overrides": { "string-width": "^4.2.3" }, "dependencies": { "axios": "^1.16.1", "chalk": "^5.3.0", "cli-progress": "^3.12.0", "cli-table3": "^0.6.5", "debug": "^4.3.4", "fast-xml-parser": "^4.5.5", "filesize": "^10.1.0", "lodash": "^4.18.1", "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" }, "devDependencies": { "nock": "^14.0.15" } }