{
  "name": "pdfjs-serverless",
  "type": "module",
  "version": "1.2.3",
  "packageManager": "pnpm@10.33.0",
  "description": "PDF.js redistributed as a single bundle for edge and serverless runtimes",
  "author": "Johann Schopplich <hello@johannschopplich.com>",
  "license": "MIT",
  "homepage": "https://github.com/johannschopplich/pdfjs-serverless#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johannschopplich/pdfjs-serverless.git"
  },
  "bugs": {
    "url": "https://github.com/johannschopplich/pdfjs-serverless/issues"
  },
  "keywords": [
    "cloudflare",
    "edge",
    "nodeless",
    "parse",
    "pdf",
    "pdf.js",
    "pdfjs-dist",
    "serverless",
    "text-extraction",
    "workers"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build:pre": "rollup --config rollup.config.ts --configPlugin typescript",
    "build:post": "cp -R node_modules/pdfjs-dist/types dist",
    "build": "pnpm run build:pre && pnpm run build:post",
    "test": "vitest",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "release": "bumpp"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^8.2.0",
    "@cloudflare/vitest-pool-workers": "^0.14.4",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/node": "^24.12.2",
    "bumpp": "^11.0.1",
    "eslint": "^10.2.0",
    "pdfjs-dist": "~5.6.205",
    "rollup": "^4.60.1",
    "rollup-plugin-esbuild": "^6.2.1",
    "tslib": "^2.8.1",
    "typescript": "^6.0.2",
    "vitest": "^4.1.4"
  }
}
