{
  "name": "@tachybase/plugin-import",
  "displayName": "Action: Import records",
  "version": "0.21.70",
  "description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.",
  "keywords": [
    "Actions"
  ],
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "devDependencies": {
    "@ant-design/icons": "~5.3.7",
    "@koa/multer": "^3.0.2",
    "@tachybase/components": "workspace:*",
    "@tachybase/schema": "workspace:*",
    "@types/node-xlsx": "^0.15.1",
    "antd": "5.19.1",
    "file-saver": "^2.0.5",
    "lodash": "4.17.21",
    "mathjs": "^10.6.0",
    "node-xlsx": "^0.16.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-i18next": "^14.1.2",
    "xlsx": "^0.17.0"
  },
  "peerDependencies": {
    "@tachybase/actions": "workspace:*",
    "@tachybase/client": "workspace:*",
    "@tachybase/database": "workspace:*",
    "@tachybase/server": "workspace:*",
    "@tachybase/test": "workspace:*",
    "@tachybase/utils": "workspace:*"
  },
  "description.zh-CN": "使用 Excel 模板导入数据,可以配置导入哪些字段,自动生成模板。",
  "displayName.zh-CN": "操作:导入记录"
}