strapi/packages/plugins/i18n/package.json
2022-09-28 14:25:44 +02:00

46 lines
1.2 KiB
JSON

{
"name": "@strapi/plugin-i18n",
"version": "4.4.0",
"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.4.0",
"lodash": "4.17.21"
},
"devDependencies": {
"@testing-library/react": "12.1.4",
"msw": "0.42.3"
},
"engines": {
"node": ">=14.19.1 <=18.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"
}
}