We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5157f2 commit 626ac9aCopy full SHA for 626ac9a
package.json
@@ -4,11 +4,8 @@
4
"description": "Serverless API to take screenshots of websites with Puppeteer.",
5
"dependencies": {
6
"chrome-aws-lambda": "7.0.0",
7
- "puppeteer-core": "13.1.2"
8
- },
9
- "devDependencies": {
10
- "typescript": "4.1.5",
11
- "@vercel/node": "^1.8.5"
+ "puppeteer-core": "13.1.2",
+ "express": "^4.17.1"
12
},
13
"engines": {
14
"node": "14.x"
0 commit comments