Skip to content

Commit 628bbea

Browse files
authored
Update package.json
1 parent 95c4617 commit 628bbea

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"private": true,
3-
"engines": {
4-
"node": "12.x"
5-
},
2+
"name": "screenshot",
3+
"version": "2.0.0",
4+
"description": "Serverless API to take screenshots of websites with Puppeteer.",
5+
"author": "RemiixInc",
6+
"license": "MIT",
67
"dependencies": {
78
"chrome-aws-lambda": "2.1.1",
89
"puppeteer-core": "2.1.1"
@@ -13,4 +14,7 @@
1314
"typescript": "3.8.3",
1415
"@vercel/node": "^1.8.5"
1516
}
17+
"engines": {
18+
"node": "12.x"
19+
}
1620
}

0 commit comments

Comments
 (0)