deeplx
Version:
All in one for [`@deeplx/core`](https://github.com/un-ts/deeplx/blob/master/packages/@deeplx/core) and [`@deeplx/cli`](https://github.com/un-ts/deeplx/blob/master/packages/@deeplx/cli), a powerful and easy-to-use yet free DeepL API client for Node.js usin
55 lines (54 loc) • 1.55 kB
JSON
{
"name": "deeplx",
"version": "0.4.0",
"type": "module",
"description": "All in one for [`@deeplx/core`](https://github.com/un-ts/deeplx/blob/master/packages/@deeplx/core) and [`@deeplx/cli`](https://github.com/un-ts/deeplx/blob/master/packages/@deeplx/cli), 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",
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
"funding": "https://opencollective.com/deeplx",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"bin": "./lib/cli.js",
"main": "./lib/index.cjs",
"types": "./index.d.cts",
"module": "./lib/index.js",
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"require": {
"types": "./index.d.cts",
"default": "./lib/index.cjs"
}
},
"./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/cli": "^0.2.0",
"@deeplx/core": "^0.2.0"
},
"publishConfig": {
"access": "public"
}
}