-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@hbkengineering/convict-provider-awsssm",
"version": "1.0.2",
"description": "An external provider for node-convict which allows you to get paramter values from AWS SSM's parameter store.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/HBKEngineering/convict-provider-awsSsm.git"
},
"author": "Brett Neese, HBK Engineering <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HBKEngineering/convict-provider-awsSsm/issues"
},
"homepage": "https://github.com/HBKEngineering/convict-provider-awsSsm#readme",
"dependencies": {
"aws-param-store": "3.2"
},
"devDependencies": {
"aws-sdk": "^2.167.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}