{
  "name": "@arbs.io/asset-extractor-wasm",
  "collaborators": [
    "arbs.io"
  ],
  "description": "This npm package offers a straightforward method to extract text content from various binary and text file formats. The package comes with a pre-built configuration that works out-of-the-box, requiring no additional setup. It is designed for use in Browsers, Node.js vscode extensions.",
  "version": "0.1.3",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/arbs-io/asset-extractor-wasm.git"
  },
  "files": [
    "asset-extractor-wasm_bg.wasm",
    "asset-extractor-wasm.js",
    "asset-extractor-wasm.d.ts"
  ],
  "main": "asset-extractor-wasm.js",
  "types": "asset-extractor-wasm.d.ts",
  "keywords": [
    "pdf-parse",
    "pdf-parser",
    "pdf-extract",
    "pdf-extractor",
    "pdf-text-extract",
    "to-text",
    "pdf-to-text",
    "docx-to-text",
    "odt-to-text",
    "html-to-text"
  ],
  "private": false,
  "publisher": "AndrewButson",
  "sponsor": {
    "urk": "https://github.com/sponsors/arbs-io"
  }
}