{
  "name": "unpdf",
  "type": "module",
  "version": "1.6.2",
  "packageManager": "pnpm@10.33.0",
  "description": "PDF extraction and rendering across all JavaScript runtimes",
  "author": "Johann Schopplich <hello@johannschopplich.com>",
  "license": "MIT",
  "homepage": "https://github.com/unjs/unpdf#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/unpdf.git"
  },
  "bugs": {
    "url": "https://github.com/unjs/unpdf/issues"
  },
  "keywords": [
    "cloudflare",
    "edge",
    "extract",
    "parse",
    "pdf",
    "pdf.js",
    "pdfjs-dist",
    "rendering",
    "serverless",
    "text-extraction",
    "workers"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./pdfjs": {
      "types": "./dist/pdfjs.d.mts",
      "import": "./dist/pdfjs.mjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "*",
        "dist/*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild && node scripts/post-build.mjs",
    "build:pdfjs": "rollup --config pdfjs.rollup.config.ts --configPlugin typescript && cp -R node_modules/pdfjs-dist/types dist",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "release": "bumpp",
    "test": "vitest",
    "test:types": "tsc --noEmit"
  },
  "peerDependencies": {
    "@napi-rs/canvas": "^0.1.69"
  },
  "peerDependenciesMeta": {
    "@napi-rs/canvas": {
      "optional": true
    }
  },
  "devDependencies": {
    "@antfu/eslint-config": "^8.2.0",
    "@napi-rs/canvas": "^0.1.97",
    "@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",
    "tinyglobby": "^0.2.16",
    "tslib": "^2.8.1",
    "typescript": "^6.0.2",
    "unbuild": "^3.6.1",
    "vitest": "^4.1.4"
  }
}
