-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 784 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 784 Bytes
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
{
"name": "set-lambda-env-vars",
"version": "1.1.0",
"description": "Set environment variables from a live Lambda function",
"keywords": [
"aws",
"lambda",
"development tools"
],
"main": "index.js",
"bin": {
"set-lambda-env-vars": "bin/set-lambda-env-vars"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "github:sashee/set-lambda-env-vars",
"author": {
"name": "Tamas Sallai",
"url": "https://advancedweb.hu/"
},
"license": "ISC",
"dependencies": {
"aws-arn": "^1.0.1",
"aws-sdk": "^2.820.0",
"esm": "^3.2.25",
"inquirer": "^7.3.3",
"lodash": "^4.17.20",
"nanoid": "^3.1.20",
"node-uri": "^1.1.1",
"promise-retry": "^2.0.1",
"yargs": "^16.2.0"
}
}