mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:46:55 +00:00
20 lines
666 B
JSON
20 lines
666 B
JSON
{
|
|
"name": "@nocobase/plugin-action-bulk-edit",
|
|
"version": "0.19.0-alpha.5",
|
|
"main": "dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/plugins/action-bulk-edit",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-bulk-edit",
|
|
"displayName": "Bulk edit action",
|
|
"displayName.zh-CN": "批量编辑操作",
|
|
"description": "Provides bulk edit action",
|
|
"description.zh-CN": "提供批量编辑操作",
|
|
"license": "AGPL-3.0",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
},
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
|
"keywords":["Actions"]
|
|
}
|