-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "pdf-editor",
"version": "1.0.0",
"description": "PDF Editor ",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Md YYasin",
"license": "ISC",
"dependencies": {
"@pdf-lib/fontkit": "^1.1.1",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"docxtemplater": "^3.42.2",
"ejs": "^3.1.9",
"excel4node": "^1.8.2",
"express": "^4.18.2",
"imagemin": "^8.0.1",
"jimp": "^0.22.7",
"jszip": "^3.10.1",
"libreoffice-convert": "^1.4.1",
"mammoth": "^1.6.0",
"multer": "^1.4.5-lts.1",
"officegen": "^0.6.5",
"pdf-image": "^2.0.0",
"pdf-img-convert-web": "^1.2.4",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdf-watermark": "^1.0.3",
"pdf2json": "^3.0.5",
"pdf2pic": "^2.1.4",
"pdf2table": "^0.0.2",
"pdfjs-dist": "^3.11.174",
"pdfmake": "^0.2.7",
"puppeteer": "^21.6.1",
"uuid": "^9.0.0",
"xhr2": "^0.2.1",
"zlib": "^1.0.5"
}
}