{
  "name": "extract-pdf",
  "version": "0.1.260",
  "description": "Convert a PDF (URL or ArrayBuffer) into clean HTML with structural tagging — headings, lists, footnotes, code blocks, bold/italic. Works in Node.js, Cloudflare Workers, and browser environments.",
  "author": "vtempest <grokthiscontact@gmail.com>",
  "license": "rights.institute/PROSPER",
  "type": "module",
  "main": "./dist/pdf-to-html.cjs.js",
  "module": "./dist/pdf-to-html.es.js",
  "types": "./dist/pdf-to-html.d.ts",
  "exports": {
    ".": {
      "types": "./dist/pdf-to-html.d.ts",
      "import": "./dist/pdf-to-html.es.js",
      "require": "./dist/pdf-to-html.cjs.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "vite build",
    "prepare": "vite build",
    "test": "bun test",
    "test:coverage": "bun test --coverage --coverage-reporter=lcov --coverage-reporter=text",
    "ship": "npm run build && npx standard-version --release-as patch; rm -f CHANGELOG.md; npm publish"
  },
  "dependencies": {},
  "optionalDependencies": {
    "@llamaindex/liteparse": "^2.10.0",
    "@llamaindex/liteparse-wasm": "^2.11.0"
  },
  "devDependencies": {
    "terser": "^5.46.0",
    "typescript": "^5.9.3",
    "vite": "^8.1.3",
    "vite-plugin-dts": "^5.0.3"
  },
  "keywords": [
    "pdf",
    "html",
    "pdf-parser",
    "pdfjs",
    "pdf-to-text",
    "document-extraction"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenSourceAGI/qwksearch-research-agent.git"
  }
}
