-
- Downloads
cleanup
{ | ||
"name": "@br/config", | ||
"name": "@plastdev/config", | ||
"version": "1.4.0", | ||
"description": "Simple Config Log with HashiCorp Vault support", | ||
"description": "Simple Config with ENV Support", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"test:mutation": "stryker run", | ||
"sonarqube": "sonar-scanner -Dsonar.projectKey=config -Dsonar.sources=. -Dsonar.host.url=https://it-devops-01.br-edv.brnet.int:8999 -Dsonar.login=gitlab" | ||
"test:mutation": "stryker run" | ||
}, | ||
"keywords": [ | ||
"config", | ||
"env" | ||
], | ||
"author": "Dominik Sigmund", | ||
"author": "Dominik Sigmund <dominik.sigmund@br.de>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"lodash.merge": "^4.6.2" | ||
... | ... |
Please sign in to comment