mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:37:04 +00:00
29 lines
954 B
JSON
29 lines
954 B
JSON
{
|
|
"name": "@nocobase/plugin-localization-management",
|
|
"version": "0.20.0-alpha.8",
|
|
"main": "dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/localization-management",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/localization-management",
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"deepmerge": "^4.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/cache": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/plugin-client": "0.x",
|
|
"@nocobase/plugin-ui-schema-storage": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
},
|
|
"keywords": [
|
|
"System management"
|
|
],
|
|
"displayName": "Localization",
|
|
"displayName.zh-CN": "本地化",
|
|
"description": "Allows to manage localization resources of the application.",
|
|
"description.zh-CN": "支持管理应用程序的本地化资源。",
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
|
}
|