{
  "name": "@nocobase/plugin-action-import",
  "displayName": "Action: Import records",
  "displayName.zh-CN": "操作：导入记录",
  "displayName.ru-RU": "Действие: Импорт записей",
  "description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.",
  "description.ru-RU": "Импорт записей с помощью шаблонов Excel: можно настроить, какие поля импортировать, шаблоны будут генерироваться автоматически.",
  "description.zh-CN": "使用 Excel 模板导入数据，可以配置导入哪些字段，自动生成模板。",
  "version": "2.0.61",
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "homepage": "https://docs.nocobase.com/handbook/action-import",
  "homepage.ru-RU": "https://docs.nocobase.ru/handbook/action-import",
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-import",
  "nocobase": {
    "supportedVersions": [
      "1.x",
      "2.x"
    ],
    "editionLevel": 0
  },
  "devDependencies": {
    "@ant-design/icons": "5.x",
    "@formily/antd-v5": "1.x",
    "@formily/core": "2.x",
    "@formily/react": "2.x",
    "@formily/shared": "2.x",
    "@koa/multer": "^3.1.0",
    "@types/node-xlsx": "^0.15.1",
    "antd": "5.x",
    "async-mutex": "^0.5.0",
    "exceljs": "^4.4.0",
    "file-saver": "^2.0.5",
    "mathjs": "^15.1.0",
    "node-xlsx": "^0.16.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-i18next": "^11.15.1",
    "xlsx": "^0.18.5"
  },
  "peerDependencies": {
    "@nocobase/actions": "2.x",
    "@nocobase/client": "2.x",
    "@nocobase/database": "2.x",
    "@nocobase/server": "2.x",
    "@nocobase/test": "2.x",
    "@nocobase/utils": "2.x"
  },
  "gitHead": "974b351c96c0a7a8ce9fd8cdc70a732a332bd7cf",
  "keywords": [
    "Actions"
  ]
}
