strapi-to-lokalise-plugin
Version:
Preview and sync Lokalise translations from Strapi admin
52 lines (51 loc) • 1.08 kB
JSON
{
"name": "strapi-to-lokalise-plugin",
"version": "0.1.72",
"description": "Preview and sync Lokalise translations from Strapi admin",
"author": "",
"license": "MIT",
"strapi": {
"name": "lokalise-sync",
"displayName": "Lokalise Sync",
"description": "Preview and sync Lokalise translations from Strapi admin",
"kind": "plugin"
},
"main": "./strapi-server.js",
"exports": {
".": "./strapi-server.js",
"./strapi-admin": "./strapi-admin.js"
},
"files": [
"strapi-server.js",
"strapi-admin.js",
"admin",
"server",
"package.json",
"README.md",
"LICENSE"
],
"keywords": [
"strapi",
"plugin",
"lokalise",
"i18n",
"translations",
"sync"
],
"peerDependencies": {
"@strapi/plugin-i18n": "*",
"@strapi/strapi": "^4.1.0 || ^5.0.0",
"@strapi/utils": "*",
"lodash": "*",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"peerDependenciesMeta": {
"@strapi/plugin-i18n": {
"optional": true
}
},
"engines": {
"node": ">=14.19.1 <=22.x.x"
}
}