UNPKG

yts-commandline

Version:

CLI (command line interface) client for YTS

33 lines (32 loc) 629 B
{ "name": "yts-commandline", "version": "1.3.0", "description": "CLI (command line interface) client for YTS", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "yts", "movie", "movies", "yify", "torrent", "cli" ], "bin": { "yts": "cli.js" }, "author": "Bhavesh Bhanushali", "license": "MIT", "dependencies": { "axios": "^0.21.0", "cli-table3": "^0.6.0", "colors": "^1.4.0", "commander": "^5.1.0", "is-online": "^8.3.1", "node-fetch": "^2.6.0", "open": "^7.0.3", "ora": "^4.0.4" } }