forked from benmarch/update-lambda-edge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 796 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": "update-lambda-edge",
"version": "0.1.0",
"description": "Scripts for updating CloudFront distributions with new Lambda@Edge function versions",
"main": "index.js",
"bin": "bin/update-lambda-edge",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benmarch/update-lambda-edge.git"
},
"keywords": [
"AWS",
"Lambda",
"Lambda@Edge",
"CloudFront",
"S3",
"Update"
],
"author": "Ben March",
"license": "ISC",
"bugs": {
"url": "https://github.com/benmarch/update-lambda-edge/issues"
},
"homepage": "https://github.com/benmarch/update-lambda-edge#readme",
"dependencies": {
"aws-sdk": "2.882.0",
"yargs": "16.2.0"
},
"devDependencies": {
"jest": "26.6.3"
}
}