{
  "name": "pdfjs-serverless",
  "type": "module",
  "version": "1.0.0",
  "packageManager": "pnpm@10.10.0",
  "description": "Serverless redistribution of PDF.js for edge environments",
  "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": [
    "nodeless",
    "parse",
    "pdf",
    "pdfjs-dist",
    "serverless",
    "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",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "release": "bumpp"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.12.0",
    "@rollup/plugin-inject": "^5.0.5",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/node": "^22.15.3",
    "bumpp": "^10.1.0",
    "eslint": "^9.26.0",
    "pdfjs-dist": "^5.2.133",
    "rollup": "^4.40.1",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3"
  }
}
