-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 894 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
{
"name": "@phhu/aws-secrets-to-env",
"version": "0.0.20",
"description": "Node.js CLI script which writes .env files or export commands to stdout based on values held in AWS Parameter Store and/or AWS Secrets Manager",
"bin": "./aws-secrets-to-env.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"tidy": "standard --fix",
"publish": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phhu/aws-secrets-to-env.git"
},
"keywords": [
"AWS",
"SecretsManager",
"dotenv",
"env"
],
"engines": {
"node": ">=8.0"
},
"author": "phhu.git@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/phhu/aws-secrets-to-env/issues"
},
"homepage": "https://github.com/phhu/aws-secrets-to-env#readme",
"dependencies": {
"aws-sdk": "^2.970.0",
"minimist": "^1.2.5"
}
}