{
  "name": "@strapi/plugin-i18n",
  "version": "4.2.2",
  "description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API",
  "repository": {
    "type": "git",
    "url": "https://github.com/strapi/strapi.git",
    "directory": "packages/plugins/i18n"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "scripts": {
    "test:unit": "jest --verbose"
  },
  "dependencies": {
    "@strapi/utils": "4.2.2",
    "lodash": "4.17.21"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "displayName": "Internationalization",
    "name": "i18n",
    "description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API.",
    "required": false,
    "kind": "plugin"
  }
}
