{
  "name": "excelize-wasm",
  "version": "0.1.2",
  "description": "A pure WebAssembly / Javascript port of Go Excelize library that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files",
  "author": "xuri <xuri.me@gmail.com>",
  "homepage": "https://xuri.me/excelize",
  "scripts": {
    "build": "rollup -c rollup.config.js"
  },
  "bugs": {
    "url": "https://github.com/xuri/excelize-wasm/issues",
    "email": "xuri.me@gmail.com"
  },
  "license": "BSD-3-Clause",
  "type": "module",
  "main": "main.cjs",
  "module": "main.js",
  "files": [
    "excelize.wasm.gz",
    "index.d.ts",
    "index.js",
    "main.cjs",
    "main.js"
  ],
  "types": "index.d.ts",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/xuri/excelize-wasm.git"
  },
  "funding": {
    "type": "individual",
    "url": "https://www.paypal.com/paypalme/xuri"
  },
  "keywords": [
    "data-science",
    "ecma-376",
    "excel",
    "excelize",
    "formula",
    "go",
    "golang",
    "microsoft",
    "office",
    "ole",
    "ooxml",
    "openoffice",
    "openxml",
    "spreadsheet",
    "statistics analytics",
    "vba",
    "visualization",
    "wasm",
    "webassembly",
    "wps",
    "xlsm",
    "xlsx",
    "xltm",
    "xltx",
    "xml",
    "zip"
  ],
  "devDependencies": {
    "@rollup/plugin-commonjs": "29.0.0",
    "@rollup/plugin-node-resolve": "16.0.3",
    "@rollup/plugin-terser": "0.4.4",
    "pako": "2.1.0",
    "rollup": "4.59.0"
  }
}
