secrets2env
Version:
Retrieves secrets from AWS Secrets Manager and writes them as an env file.
34 lines (33 loc) • 688 B
JSON
{
"name": "secrets2env",
"version": "1.0.1",
"description": "Retrieves secrets from AWS Secrets Manager and writes them as an env file.",
"engines": {
"node": ">=8.x.x",
"npm": "~6.4.1"
},
"main": "index.js",
"bin": {
"secrets2env": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lvhdev/secrets2env.git"
},
"keywords": [
"AWS",
"SecretsManager"
],
"author": "Howard Engelhart",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.372.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"eslint": "^5.9.0"
}
}