{
  "name": "@deeplx/core",
  "version": "0.1.3",
  "type": "module",
  "description": "An unofficial but 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/core",
  "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"
  },
  "main": "./lib/index.cjs",
  "types": "./index.d.cts",
  "module": "./lib/index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.ts",
        "default": "./lib/index.js"
      },
      "module-sync": {
        "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": {
    "node-fetch-native": "^1.6.6",
    "whatlang-node": "^0.1.0",
    "x-fetch": "^0.2.6"
  },
  "publishConfig": {
    "access": "public"
  }
}
