2025-01-19 06:19:56 +00:00

18 lines
682 B
JSON

{
"name": "@nocobase/plugin-environment-variables",
"version": "1.6.0-alpha.16",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
"displayName": "Environment variables",
"displayName.zh-CN": "环境变量",
"description": "Centralized configuration and management of environment variables, used for sensitive data storage, configuration data reuse, multi-environment isolation, and more.",
"description.zh-CN": "集中配置和管理环境变量,用于敏感数据存储、配置数据重用、多环境隔离等。",
"keywords": [
"System management"
]
}