-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
34 lines (34 loc) · 1.06 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
{
"private": true,
"name": "chromda",
"description": "Chromda is an AWS Lambda function for capturing screenshots of websites.",
"author": "Luis Farzati <[email protected]>",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "echo Preparing layer... && (cd layer && sh build.sh)",
"predeploy": "npm run build",
"deploy": "sls deploy"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-proposal-throw-expressions": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@types/aws-lambda": "8.10.39",
"aws-sdk": "2.595.0",
"aws-xray-sdk": "2.5.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"chrome-aws-lambda": "2.0.1",
"mrpuppetshot": "1.1.0",
"puppeteer-core": "2.0.0",
"serverless": "^1.60.1",
"serverless-iam-roles-per-function": "^2.0.2",
"serverless-webpack": "^5.3.1",
"uuid": "3.3.3",
"webpack": "^4.41.4",
"webpack-node-externals": "^1.7.2"
}
}