-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 898 Bytes
/
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
{
"name": "pdf-to-base64",
"version": "1.0.3",
"description": "Generate a pdf to base64",
"main": "pdf-to-base64.js",
"scripts": {
"test": "mocha ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShubhamBansal1997/pdf-to-base64.git"
},
"keywords": [
"node",
"nodejs",
"module convert base64 nodejs",
"pdf2base64",
"pdf-to-base64",
"convert-pdf-base64",
"convert",
"code",
"base64",
"pdf",
"webpack",
"loader",
"pdf",
"src",
"pdf src"
],
"author": "Shubham Bansal <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShubhamBansal1997/pdf-to-base64/issues"
},
"homepage": "https://github.com/ShubhamBansal1997/pdf-to-base64#readme",
"dependencies": {
"node-fetch": "^2.2.0"
},
"devDependencies": {
"mocha": "^8.1.3"
}
}