ssm-params
Version:
Obtain from AWS SSM Parameter Store
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "ssm-params",
"version": "0.1.0",
"description": "Obtain from AWS SSM Parameter Store",
"author": "Kengo Nakatsuka <kengo.nakatsuka@gmail.com>",
"bugs": {
"url": "https://github.com/nak2k/node-ssm-params/issues"
},
"devDependencies": {
"@types/node": "^14.14.22",
"@types/tape": "^4.13.0",
"aws-sdk": "^2.209.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"tape": "^4.9.0",
"typescript": "^4.1.3"
},
"homepage": "https://github.com/nak2k/node-ssm-params",
"keywords": [
"aws",
"ssm"
],
"license": "MIT",
"main": "lib",
"repository": {
"type": "git",
"url": "git+https://github.com/nak2k/node-ssm-params.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepublishOnly": "npm test",
"postpublish": "npm-sns",
"repl": "node --inspect repl.js",
"pretest": "run-s clean build",
"test": "ts-node node_modules/tape/bin/tape test/**/*.ts"
},
"files": [
"README.md",
"lib/"
]
}