Files
nocobase/packages/plugins/@nocobase/plugin-environment-variables/package.json
T
2026-02-14 15:35:52 +00:00

23 lines
1.3 KiB
JSON

{
"name": "@nocobase/plugin-environment-variables",
"version": "2.0.0",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
},
"displayName": "Variables and secrets",
"displayName.zh-CN": "变量和密钥",
"displayName.ru-RU": "Переменные и секреты",
"description.ru-RU": "Централизованное управление переменными окружения и секретами для хранения конфиденциальных данных, повторного использования конфигураций, изоляции окружений и прочих задач.",
"description": "Centralized management of environment variables and secrets, used for sensitive data storage, configuration data reuse, multi-environment isolation, and more.",
"description.zh-CN": "集中管理环境变量和密钥,用于敏感数据存储、配置数据重用、多环境隔离等。",
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/environment-variables",
"homepage": "https://docs.nocobase.com/handbook/environment-variables",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/environment-variables",
"keywords": [
"System management"
]
}