-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
77 lines (77 loc) · 2.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "pdftopic",
"version": "1.0.7-alpha",
"description": "Built for Node.js, this package empowers users to effortlessly convert PDF files into images of exceptional quality, supporting multiple formats including PNG, JPG, GIF, and others. Its streamlined functionality ensures a smooth and reliable conversion process, providing users with the flexibility to obtain top-notch images from their PDF documents",
"main": "index.js",
"types": "./types/index.d.ts",
"funding":{
"type": "paypal",
"url": "https://www.paypal.me/IlyesElMajouti"
},
"scripts": {
"gen-types": "npx -p typescript tsc --declaration --allowJs --emitDeclarationOnly --outDir types",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ilyes-El-Majouti/pdftopic.git"
},
"keywords": [
"pdf to image",
"pdf to jpg",
"pdf to png",
"pdf2png",
"pdftopng",
"pdf2pic",
"pdftoimage",
"pdftoimages",
"pdf-to-image",
"pdf-to-images",
"pdf-to-png",
"pdf-to-png",
"pdf",
"image",
"jpg",
"jpeg",
"png",
"pdf-images",
"pdf2images",
"PDF",
"PDF to image conversion",
"visual content extraction",
"image processing",
"Node.js",
"PNG",
"JPG",
"image quality",
"content extraction",
"PDF tools",
"Node.js library",
"conversion tool",
"content extraction tool",
"PDF visualization",
"open-source",
"graphics",
"file conversion"
],
"author": "Ilyes-El-Majouti <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ilyes-El-Majouti/pdftopic/issues"
},
"homepage": "https://github.com/Ilyes-El-Majouti/pdftopic#readme",
"dependencies": {
"assert": "^2.1.0",
"imagemagick-stream": "^4.1.1",
"is-stream": "^1.1.0",
"pdf-lib": "^1.17.1",
"progress": "^2.0.3",
"sharp": "0.33.4",
"stream-to-array": "^2.3.0"
},
"devDependencies": {
"@types/stream-to-array": "^2.3.3",
"typescript": "^5.3.3",
"jest": "^29.7.0"
}
}