{
  "name": "@ironcalc/wasm",
  "type": "module",
  "collaborators": [
    "Nicolas Hatcher <nicolas@theuniverse.today>"
  ],
  "description": "IronCalc Web bindings",
  "version": "0.8.4",
  "license": "MIT/Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/ironcalc/IronCalc"
  },
  "files": [
    "wasm_bg.wasm",
    "wasm.js",
    "wasm.d.ts",
    "snippets"
  ],
  "main": "wasm.js",
  "types": "wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}
