{
  "name": "pdfjs-dist",
  "version": "5.6.205",
  "main": "build/pdf.mjs",
  "types": "types/src/pdf.d.ts",
  "description": "Generic build of Mozilla's PDF.js library.",
  "keywords": [
    "Mozilla",
    "pdf",
    "pdf.js"
  ],
  "homepage": "https://mozilla.github.io/pdf.js/",
  "bugs": "https://github.com/mozilla/pdf.js/issues",
  "license": "Apache-2.0",
  "optionalDependencies": {
    "@napi-rs/canvas": "^0.1.96",
    "node-readable-to-web-readable-stream": "^0.4.2"
  },
  "browser": {
    "canvas": false,
    "fs": false,
    "http": false,
    "https": false,
    "url": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mozilla/pdf.js.git"
  },
  "engines": {
    "node": ">=20.19.0 || >=22.13.0 || >=24"
  },
  "scripts": {}
}