@wrecking-ball-software/vault-client
Version:
A Vault client that makes easier to work with configurations and secrets.
29 lines (28 loc) • 816 B
JSON
{
"name": "@wrecking-ball-software/vault-client",
"version": "0.0.12",
"description": "A Vault client that makes easier to work with configurations and secrets.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:WreckingBallStudioLabs/vault-client.git"
},
"keywords": [
"Vault",
"client"
],
"author": "Thales Pinheiro <thales@bravocognos.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/WreckingBallStudioLabs/vault-client/issues"
},
"homepage": "https://github.com/WreckingBallStudioLabs/vault-client#readme",
"dependencies": {
"sync-request": "^6.1.0",
"pino-pretty": "^3.3.0",
"pino": "^5.13.5"
},
"engines": {
"node": ">= 12.x.x"
}
}