{
  "name": "xlsx-template-browser",
  "version": "0.2.1",
  "description": "On-the-fly generation of .xlsx (Excel) files directly within the browser using templates constructed in Excel.",
  "main": "./lib/index",
  "files": [
    "lib"
  ],
  "author": {
    "name": "Kyrylo Zakharov"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Amice13/xlsx-template-browser"
  },
  "bugs": {
    "url": "https://github.com/Amice13/xlsx-template-browser/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.githubusercontent.com/Amice13/xlsx-template-browser/main/LICENSE"
    }
  ],
  "dependencies": {
    "jszip": "^3.10.1"
  },
  "readme": "",
  "readmeFilename": "README.md",
  "keywords": [
    "excel",
    "xlsx",
    "template",
    "placeholder",
    "office",
    "spreadsheet",
    "property accessor"
  ]
}
