1 | {
|
2 | "name": "pdfjs-dist",
|
3 | "version": "4.1.392",
|
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": "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": "^0.1.2"
|
18 | },
|
19 | "browser": {
|
20 | "canvas": false,
|
21 | "fs": false,
|
22 | "http": false,
|
23 | "https": false,
|
24 | "url": false
|
25 | },
|
26 | "repository": {
|
27 | "type": "git",
|
28 | "url": "https://github.com/mozilla/pdfjs-dist"
|
29 | },
|
30 | "engines": {
|
31 | "node": ">=18"
|
32 | }
|
33 | } |
\ | No newline at end of file |