-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.06 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
{
"name": "docx2pdfmaker",
"version": "0.0.3",
"description": "NPM Package to convert .Docx file into Pdfmaker libary format",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Igorcbraz/Docx2PdfMaker.git"
},
"keywords": [
"docx",
"doc",
"docx2pdf",
"docx2pdfmaker",
"office",
"word",
"generate",
"generator",
"creator",
"create",
"template",
"docxtemplater",
"microsoft office",
"microsoft word",
"microsoft",
"office word",
"office microsoft",
"office microsoft word",
"office microsoft word docx",
"pdf",
"pdfmaker",
"pdfmake",
"pdfmakejs",
"pdfmake.js"
],
"author": "Igorcbraz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Igorcbraz/Docx2PdfMaker/issues"
},
"homepage": "https://github.com/Igorcbraz/Docx2PdfMaker#readme",
"dependencies": {
"html-to-pdfmake": "^2.4.18",
"jsdom": "^21.1.1",
"mammoth": "^1.5.1"
}
}