forked from RafalWilinski/serverless-puppeteer-layers
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
27 lines (27 loc) · 986 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
{
"name": "serverless-puppeteer-layers",
"version": "1.0.0",
"description": "Recently AWS introduced [Layers](https://aws.amazon.com/about-aws/whats-new/2018/11/aws-lambda-now-supports-custom-runtimes-and-layers/) which enables sharing common code between functions and working with large dependencies (such as headless chrome) much easier.",
"main": "handler.js",
"dependencies": {
"serverless-apigw-binary": "0.4.4",
"serverless-apigwy-binary": "0.1.0"
},
"devDependencies": {
"chrome-aws-lambda": "^1.20.3",
"puppeteer-core": "^1.20.0"
},
"scripts": {
"deploy": "serverless deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RafalWilinski/serverless-puppeteer-layers.git"
},
"author": "Rafal Wilinski",
"license": "MIT",
"bugs": {
"url": "https://github.com/RafalWilinski/serverless-puppeteer-layers/issues"
},
"homepage": "https://github.com/RafalWilinski/serverless-puppeteer-layers#readme"
}