-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·95 lines (95 loc) · 1.8 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "url-pdf",
"version": "1.0.1",
"description": "This is a simple code for converting array of images to pdf(image urls,image dir,image paths)",
"main": "App.js",
"funding": "https://alestor123.is-a.dev/donate",
"scripts": {
"test": "standard && node test.js | tap-spec",
"example": "node run.js",
"lint": "standard . --fix"
},
"bin": "cli.js",
"engines": {
"node": ">=10"
},
"files": [
"App.js",
"cli.js",
"assets/man/help.man"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alestor123/URL-PDF.git"
},
"author": "Alestor Aldous",
"license": "MIT",
"bugs": {
"url": "https://github.com/alestor123/URL-PDF/issues"
},
"homepage": "https://github.com/alestor123/URL-PDF#readme",
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.0",
"image-size": "^1.0.1",
"minimist": "^1.2.6",
"pdfkit": "^0.13.0",
"rimraf": "^3.0.2",
"tmp": "^0.2.1"
},
"devDependencies": {
"standard": "^16.0.3",
"tap": "^15.0.9",
"tap-spec": "^5.0.0"
},
"keywords": [
"cli-app",
"cli",
"node",
"nodejs",
"tool",
"url",
"urls",
"github",
"axios",
"fetch",
"read",
"reading",
"x-ray",
"page",
"pdf",
"image",
"img",
"picture",
"photo",
"graphic",
"pdf",
"graphics",
"pdf writer",
"pdf generator",
"graphics",
"document",
"vector",
"github",
"reading",
"generator",
"web",
"webp",
"png",
"jpeg",
"image-to-pdf",
"converter",
"convert",
"javascript",
"pdf-converter",
"image-converter",
"image-to-pdf-converter",
"image-to-pdf-library",
"imagetopdf",
"image2pdf",
"pdf-generation",
"pdf-library",
"pdf-conversion",
"http"
]
}