UNPKG

@deeplx/cli

Version:

The cli for [`@deeplx/core`](https://github.com/un-ts/deeplx/blob/master/packages/@deeplx/core), a powerful and easy-to-use yet free DeepL API client for Node.js using [DeepL](https://www.deepl.com) by porting [OwO-Network/DeepLX](https://github.com/OwO-N

49 lines (48 loc) 1.31 kB
{ "name": "@deeplx/cli", "version": "0.1.3", "type": "module", "description": "The cli for [`@deeplx/core`](https://github.com/un-ts/deeplx/blob/master/packages/@deeplx/core), a powerful and easy-to-use yet free DeepL API client for Node.js using [DeepL](https://www.deepl.com) by porting [OwO-Network/DeepLX](https://github.com/OwO-Network/DeepLX).", "repository": "git+https://github.com/un-ts/deeplx.git", "homepage": "https://github.com/un-ts/deeplx/blob/master/packages/@deeplx/cli", "author": "JounQin <admin@1stg.me> (https://www.1stG.me)", "funding": "https://opencollective.com/deeplx", "license": "MIT", "engines": { "node": "^12.20 || ^14.18.0 || >=16.0.0" }, "bin": { "deeplx": "./lib/cli.js" }, "exports": { ".": { "types": "./lib/cli.d.ts", "default": "./lib/cli.js" }, "./package.json": "./package.json" }, "files": [ "index.d.cts", "lib" ], "keywords": [ "deepl", "deepl-api", "deepl-free", "deeplx", "deepl-translate", "deepl-translation", "deepl-translator", "translate", "translate-api", "translator" ], "dependencies": { "@deeplx/core": "^0.1.3", "commander": "^13.1.0", "node-fetch-native": "^1.6.6" }, "publishConfig": { "access": "public" } }