UNPKG

@subtitles/cli

Version:

Your tool to query and download subtitles for your favorites TV Shows and movies. It searches according to your preferences, also it can scan your directory for video files and downloading the best match on the run

70 lines (69 loc) 1.74 kB
{ "name": "@subtitles/cli", "version": "0.3.0-beta.2", "description": "Your tool to query and download subtitles for your favorites TV Shows and movies. It searches according to your preferences, also it can scan your directory for video files and downloading the best match on the run", "keywords": [ "subtitle", "cli", "scan", "TV Shows", "Movies" ], "author": "Peter <npmjs@peter.dev.br>", "homepage": "https://github.com/pherval/subtitle-finder/tree/main/packages/cli#readme", "license": "MIT", "main": "./bin/cli.js", "bin": { "subtitle-finder": "./bin/cli.js" }, "directories": { "lib": "lib" }, "files": [ "dist", "bin" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/pherval/subtitle-finder.git", "directory": "packages/cli" }, "scripts": { "start": "node .", "build": "npm run webpack -- --env mode=production", "build:analyzer": "npm run build -- --env presets.analyzer", "dev": "npm run webpack -- --env mode=development --watch", "webpack": "webpack", "typecheck": "tsc --noEmit", "test": "jest", "test:watch": "npm t -- --watch", "clean": "rimraf dist" }, "bugs": { "url": "https://github.com/pherval/subtitle-finder/issues" }, "devDependencies": { "@types/debug": "^4.1.7", "webpack": "^5.38.1", "webpack-bundle-analyzer": "^4.4.2", "webpack-cli": "^4.7.0", "webpack-config-organizer": "^0.2.2", "webpack-node-externals": "^3.0.0" }, "dependencies": { "@subtitles/providers": "^0.3.0-beta.0", "chalk": "^4.1.2", "commander": "^8.1.0", "debug": "^4.3.2" }, "webpack-config-organizer": { "base": "configs/webpack", "presets": { "path": ".", "prefix": "preset." } } }