2023-01-04 11:27:37 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-snapshot-field",
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName": "snapshot field",
|
|
|
|
"displayName.zh-CN": "关系数据库快照",
|
|
|
|
"description": "provide fast and reliable database backup and recovery functionality for database systems.",
|
|
|
|
"description.zh-CN": "为数据库系统提供快速、可靠的数据库备份和恢复功能。。",
|
2023-06-29 07:34:40 +00:00
|
|
|
"version": "0.10.0-alpha.5",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
2023-01-04 11:27:37 +00:00
|
|
|
"devDependencies": {
|
2023-06-29 07:34:40 +00:00
|
|
|
"@nocobase/server": "0.10.0-alpha.5",
|
|
|
|
"@nocobase/test": "0.10.0-alpha.5"
|
2023-01-04 11:27:37 +00:00
|
|
|
}
|
|
|
|
}
|