{
  "name": "strapi-provider-translate-deepl",
  "version": "1.2.5",
  "description": "DeepL provider for translate plugin in Strapi 4",
  "keywords": [
    "strapi",
    "translate",
    "provider",
    "deepl"
  ],
  "homepage": "https://github.com/fekide/strapi-plugin-translate",
  "bugs": {
    "url": "https://github.com/fekide/strapi-plugin-translate/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fekide/strapi-plugin-translate.git"
  },
  "license": "MIT",
  "author": {
    "name": "Felix Haase",
    "email": "felix.haase@feki.de"
  },
  "maintainers": [
    {
      "name": "Felix Haase",
      "email": "felix.haase@feki.de"
    },
    {
      "name": "Yannick Lang",
      "email": "yannick.lang@feki.de"
    }
  ],
  "contributors": [],
  "main": "./lib",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "test": "jest"
  },
  "dependencies": {
    "bottleneck": "^2.19.5",
    "deepl-node": "^1.13.1"
  },
  "devDependencies": {
    "@faker-js/faker": "^8.4.0",
    "@strapi/plugin-i18n": "^4.15.0",
    "jest": "^29.7.0",
    "msw": "^2.1.5"
  },
  "peerDependencies": {
    "lodash": "*",
    "strapi-plugin-translate": "1.4.1"
  },
  "engines": {
    "node": ">=14 <=20",
    "npm": ">=6.0.0"
  }
}
