{
  "name": "excel2json-wasm",
  "description": "WASM based web worker for converting excel data to raw json",
  "keywords": ["excel", "convert", "wasm"],
  "version": "1.5.0",
  "license": "MIT",
  "collaborators": [
    "Aleksei Kolosov <akolosov@xbsoftware.com>",
    "Maksim Kozhukh <mk@mono.ink>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/DHTMLX/excel2json"
  },
  "files": [
    "pkg/excel2json_wasm_bg.wasm",
    "pkg/excel2json_wasm.js",
    "pkg/excel2json_wasm_bg.js",
    "pkg/excel2json_wasm.d.ts",
    "dist/worker.js",
    "dist/module.js"
  ],
  "module": "dist/module.js",
  "scripts": {
    "dev": "yarn build && vite --mode worker",
    "build:wasm": "cargo build && wasm-pack build --target web",
    "build:module": "vite build --mode module",
    "build:worker": "vite build --mode worker",
    "build": "yarn build:wasm && yarn build:module && yarn build:worker"
  },
  "devDependencies": {
    "vite": "^4.2.0",
    "vite-plugin-wasm": "^3.2.2",
    "vite-plugin-top-level-await": "^1.3.0"
  }
}
