{
  "name": "@firecrawl/anydoc-wasm",
  "type": "module",
  "description": "WebAssembly bindings for anydoc: convert documents (doc, docx, odt, rtf, epub, pdf, presentations, spreadsheets, csv) to GitHub-Flavored Markdown in the browser",
  "version": "0.2.4",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/firecrawl/anydoc"
  },
  "files": [
    "anydoc_wasm_bg.wasm",
    "anydoc_wasm.js",
    "anydoc_wasm.d.ts"
  ],
  "main": "anydoc_wasm.js",
  "types": "anydoc_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}
