2023-01-04 19:27:37 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-snapshot-field",
|
2023-05-29 11:06:54 +08: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-20 11:51:16 +08:00
|
|
|
"version": "0.10.0-alpha.2",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
2023-01-04 19:27:37 +08:00
|
|
|
"devDependencies": {
|
2023-06-20 11:51:16 +08:00
|
|
|
"@nocobase/server": "0.10.0-alpha.2",
|
|
|
|
"@nocobase/test": "0.10.0-alpha.2"
|
2023-01-04 19:27:37 +08:00
|
|
|
}
|
|
|
|
}
|