UNPKG

aws-param-store

Version:

Library for loading parameters from AWS Parameter Store

49 lines (48 loc) 914 B
{ "name": "aws-param-store", "version": "3.2.0", "description": "Library for loading parameters from AWS Parameter Store", "keywords": [ "AWS", "SSM", "secret", "parameter store", "parameter", "store" ], "main": "lib/index.js", "scripts": { "test": "nyc mocha --recursive" }, "nyc": { "check-coverage": true, "include": [ "lib/**/*.js" ], "reporter": [ "lcov", "text" ] }, "repository": { "type": "git", "url": "https://github.com/vandium-io/aws-param-store.git" }, "engines": { "node": ">=8.10" }, "author": "Vandium Software Inc.", "license": "BSD-3-Clause", "dependencies": {}, "peerDependencies": { "aws-sdk": "*" }, "devDependencies": { "aws-sdk": "^2.584.0", "chai": "^4.1.2", "mocha": "^6.2.2", "nyc": "^14.1.1", "proxyquire": "^2.1.3", "sinon": "^7.5.0" } }