UNPKG

737 BJSONView Raw
1{
2 "name": "pdfjs-dist",
3 "version": "3.7.107",
4 "main": "build/pdf.js",
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": "http://mozilla.github.io/pdf.js/",
13 "bugs": "https://github.com/mozilla/pdf.js/issues",
14 "license": "Apache-2.0",
15 "optionalDependencies": {
16 "canvas": "^2.11.2",
17 "path2d-polyfill": "^2.0.1"
18 },
19 "browser": {
20 "canvas": false,
21 "fs": false,
22 "http": false,
23 "https": false,
24 "url": false,
25 "zlib": false
26 },
27 "format": "amd",
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/mozilla/pdfjs-dist"
31 },
32 "engines": {
33 "node": ">=18"
34 }
35}
\No newline at end of file