{
  "name": "@tachybase/plugin-action-duplicate",
  "displayName": "Action: Duplicate record",
  "version": "0.21.35",
  "description": "Duplicate a record, you can either duplicate it into a form and edit it before saving it, or you can duplicate it directly to generate a new record.",
  "keywords": [
    "Actions"
  ],
  "license": "Apache-2.0",
  "main": "dist/server/index.js",
  "devDependencies": {
    "@tachybase/schema": "workspace:*",
    "antd": "5.16.1",
    "lodash": "4.17.21",
    "react-i18next": "^11.15.1"
  },
  "peerDependencies": {
    "@tachybase/client": "workspace:*",
    "@tachybase/server": "workspace:*",
    "@tachybase/test": "workspace:*"
  },
  "description.zh-CN": "复制一条记录,可以复制到表单中编辑后再提交,也可以直接复制并生成一条新记录。",
  "displayName.zh-CN": "操作:复制记录"
}