forked from BetaHuhn/vercel-pdf-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 931 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
{
"name": "vercel-pdf-from-haxtheweb",
"version": "1.0.1",
"description": "Vercel function which generates PDFs from Webpages.",
"author": "haxtheweb",
"license": "MIT",
"scripts": {
"lint": "eslint --ignore-path .gitignore . --ext .js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/haxtheweb/pdfFrom.git"
},
"bugs": {
"url": "https://github.com/haxtheweb/issues/issues"
},
"homepage": "https://github.com/haxtheweb/pdfFrom#readme",
"dependencies": {
"@sparticuz/chromium": "^130.0.0",
"node-fetch": "^3.2.10",
"puppeteer-core": "22.5.0",
"puppeteer-extra": "3.3.6",
"puppeteer-extra-plugin-adblocker": "2.13.6",
"puppeteer-extra-plugin-stealth": "2.11.2"
},
"engines": {
"node": "20.x"
},
"devDependencies": {
"@betahuhn/eslint-config-node": "^0.1.1",
"puppeteer": "^10.1.0",
"eslint": "^7.13.0"
}
}