{
  "name": "@nitra/export-excel",
  "description": "export-excel helper",
  "version": "1.1.0",
  "type": "module",
  "main": "src/index.js",
  "files": [
    "src"
  ],
  "keywords": [
    "nitra",
    "export-excel"
  ],
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nitra/export-excel.git"
  },
  "bugs": "https://github.com/nitra/export-excel/issues",
  "homepage": "https://github.com/nitra/export-excel",
  "license": "MIT",
  "dependencies": {
    "exceljs": "^4.3.0"
  }
}
