package.json 698 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "pdfjs-dist",
  3. "version": "4.10.38",
  4. "main": "build/pdf.mjs",
  5. "types": "types/src/pdf.d.ts",
  6. "description": "Generic build of Mozilla's PDF.js library.",
  7. "keywords": [
  8. "Mozilla",
  9. "pdf",
  10. "pdf.js"
  11. ],
  12. "homepage": "https://mozilla.github.io/pdf.js/",
  13. "bugs": "https://github.com/mozilla/pdf.js/issues",
  14. "license": "Apache-2.0",
  15. "optionalDependencies": {
  16. "@napi-rs/canvas": "^0.1.65"
  17. },
  18. "browser": {
  19. "canvas": false,
  20. "fs": false,
  21. "http": false,
  22. "https": false,
  23. "url": false
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git+https://github.com/mozilla/pdf.js.git"
  28. },
  29. "engines": {
  30. "node": ">=20"
  31. },
  32. "scripts": {}
  33. }