aws-param-env
Version:
Module for synchronously loading AWS SSM Parameter Store values into environment variables
56 lines (55 loc) • 1.08 kB
JSON
{
"name": "aws-param-env",
"version": "2.1.0",
"description": "Module for synchronously loading AWS SSM Parameter Store values into environment variables",
"main": "lib/index.js",
"keywords": [
"AWS",
"SSM",
"secret",
"parameter store",
"parameter",
"store",
"synchronously",
"synchronous",
"environment",
"env"
],
"scripts": {
"test": "nyc mocha 'lib/**/__tests__/*' --recursive"
},
"nyc": {
"check-coverage": true,
"include": [
"lib/**/*.js"
],
"reporter": [
"lcov",
"text"
]
},
"repository": {
"type": "git",
"url": "https://github.com/vandium-io/aws-param-env.git"
},
"engines": {
"node": ">=10.16"
},
"author": "Vandium Software Inc.",
"license": "BSD-3-Clause",
"files": [
"/lib"
],
"devDependencies": {
"aws-sdk": "^2.584.0",
"chai": "^4.1.2",
"env-restorer": "^1.0.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
"dependencies": {
"aws-param-store": "^3.2.0"
}
}