UNPKG

subs-cli

Version:

A full featured, easy to use, CLI app to download subtitles from opensubtitles.org

53 lines (52 loc) 1.18 kB
{ "name": "subs-cli", "description": "A full featured, easy to use, CLI app to download subtitles from opensubtitles.org", "version": "1.0.13", "private": false, "main": "dist/Run.js", "scripts": { "postuninstall": "node ./dist/Uninstall.js" }, "author": "Alexandru Cancescu", "license": "MIT", "homepage": "https://github.com/alexandrucancescu/subs-cli", "repository": { "type": "git", "url": "https://github.com/alexandrucancescu/subs-cli" }, "files": [ "dist/*", "extensions.json", "langs.json" ], "types": "dist/Run.d.ts", "typings": "dist/Run.d.ts", "keywords": [ "node", "opensubtitles", "subtitle", "subtitle-download", "subtitles", "subs", "srt", "opensubtitles.org" ], "bin": { "subs": "./dist/Run.js" }, "devDependencies": { "@types/fs-extra": "^8.1.0", "@types/inquirer": "^6.5.0", "@types/node": "^13.11.1" }, "dependencies": { "chalk": "^4.1.0", "commander": "^5.1.0", "fs-extra": "^9.0.1", "inquirer": "^7.1.0", "keytar": "^5.6.0", "opensubtitles-api": "^5.1.2", "ora": "^4.1.1", "platform-folders": "^0.5.1" } }