-
- Downloads
cleanup
{ | { | ||
"name": "@br/config", | "name": "@plastdev/config", | ||
"version": "1.4.0", | "version": "1.4.0", | ||
"description": "Simple Config Log with HashiCorp Vault support", | "description": "Simple Config with ENV Support", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "jest", | "test": "jest", | ||
"test:mutation": "stryker run", | "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" | |||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"config", | "config", | ||
"env" | "env" | ||
], | ], | ||
"author": "Dominik Sigmund", | "author": "Dominik Sigmund <dominik.sigmund@br.de>", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"lodash.merge": "^4.6.2" | "lodash.merge": "^4.6.2" | ||
... | ... |
Please register or sign in to comment