{
  "name": "@imgly/pdfjs-dist",
  "version": "4.10.38-imgly.2",
  "main": "build/pdf.mjs",
  "types": "types/src/pdf.d.ts",
  "description": "IMG.LY fork of pdfjs-dist with patches for @imgly/pdf-importer.",
  "keywords": [
    "Mozilla",
    "pdf",
    "pdf.js",
    "imgly",
    "fork"
  ],
  "homepage": "https://github.com/imgly/pdf.js#readme",
  "bugs": "https://github.com/imgly/pdf.js/issues",
  "license": "Apache-2.0",
  "optionalDependencies": {
    "@napi-rs/canvas": "^0.1.65"
  },
  "browser": {
    "canvas": false,
    "fs": false,
    "http": false,
    "https": false,
    "url": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imgly/pdf.js.git"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {}
}