{
  "name": "@shawnvogt/strapi-plugin-google-translate",
  "version": "1.1.6",
  "description": "Strapi plugin for automated translation of content using Google Cloud Translation",
  "strapi": {
    "name": "gct",
    "description": "Automatic content translation with Google Cloud Translation",
    "kind": "plugin"
  },
  "scripts": {
    "test": "jest"
  },
  "dependencies": {
    "axios": "^0.26.0"
  },
  "peerDependencies": {
    "@strapi/plugin-i18n": "^4.1.4",
    "@strapi/strapi": "^4.1.4"
  },
  "author": "Felix Haase <felix.haase@feki.de>",
  "contributors": [
    "Shawn Vogt <shawnvogt@outlook.com>"
  ],
  "maintainers": [],
  "engines": {
    "node": ">=12.x.x <=17.x.x",
    "npm": ">=6.0.0"
  },
  "license": "MIT",
  "keywords": [
    "strapi",
    "plugin",
    "google",
    "cloud",
    "translation",
    "i18n"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shawnvogt/strapi-plugin-google-translate.git"
  },
  "bugs": {
    "url": "https://github.com/shawnvogt/strapi-plugin-google-translate/issues"
  },
  "devDependencies": {
    "@faker-js/faker": "^6.2.0",
    "@strapi/plugin-i18n": "^4.1.5",
    "axios-mock-adapter": "^1.20.0",
    "jest": "^27.5.1"
  },
  "homepage": "https://github.com/shawnvogt/strapi-plugin-google-translate#readme",
  "main": "strapi-server.js"
}
