strapi/packages/plugins/i18n/package.json
Alexandre Bodin d81919ac22 v4.0.4
2022-01-10 09:05:07 -08:00

42 lines
1.1 KiB
JSON

{
"name": "@strapi/plugin-i18n",
"version": "4.0.4",
"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.0.4",
"lodash": "4.17.21"
},
"engines": {
"node": ">=12.22.0 <=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"
}
}