Files
med-notes/.pnpm-store/v10/files/f7/984e9c8128d9a21b0c16454c747de4dbbb027e811548170eb0684a15e6e30ea73314f00c96442bbf09cfc05043decd6964cb73685f4c86c9185fe3c1636cb9
2025-05-09 05:30:08 +02:00

34 lines
715 B
Plaintext

{
"name": "pdfjs-dist",
"version": "4.8.69",
"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": {
"canvas": "^3.0.0-rc2",
"path2d": "^0.2.1"
},
"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": ">=18"
},
"scripts": {}
}