mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 01:02:29 +00:00
42 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|