UNPKG

@nfiny-core/parameter-store

Version:

Exposes AWS Parameter Store GET and PUT functionality

48 lines (47 loc) 1.1 kB
{ "name": "@nfiny-core/parameter-store", "version": "1.0.2", "description": "Exposes AWS Parameter Store GET and PUT functionality", "main": "./lib/index.js", "dependencies": { "aws-sdk": "^2.1125.0", "base64-js": "^1.5.1", "buffer": "^4.9.2", "events": "^1.1.1", "ieee754": "^1.1.13", "isarray": "^1.0.0", "jmespath": "^0.16.0", "punycode": "^1.3.2", "querystring": "^0.2.0", "sax": "^1.2.1", "url": "^0.10.3", "uuid": "^3.3.2", "xml2js": "^0.4.19", "xmlbuilder": "^9.0.7" }, "devDependencies": { "typescript": "^4.6.4" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -p ." }, "repository": { "type": "git", "url": "git+https://github.com/nfiny/pkg-core.git" }, "keywords": [ "AWS", "ParameterStore" ], "author": "nfiny", "license": "ISC", "bugs": { "url": "https://github.com/nfiny/pkg-core/issues" }, "homepage": "https://github.com/nfiny/pkg-core#readme", "types": "./lib\\index.d.ts", "directories": { "lib": "lib" } }