-
- Downloads
finalize
parent
c17014f9
Branches
Tags
.npmignore
0 → 100644
{ | ||
"name": "@br/log", | ||
"name": "@plastdev/log", | ||
"version": "2.0.2", | ||
"description": "A simple Logger with Options!", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"sonarqube": "sonar-scanner -Dsonar.projectKey=argos-log -Dsonar.sources=. -Dsonar.host.url=https://it-devops-01.br-edv.brnet.int:8999 -Dsonar.login=gitlab" | ||
"test": "jest" | ||
}, | ||
"author": "Dominik Sigmund <dominik.sigmund@br.de> (https://br.de)", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://it-devops-01.br-edv.brnet.int/general/log" | ||
"url": "https://gitlab.br.de/general/log" | ||
}, | ||
"dependencies": { | ||
"graylog2": "^0.2.1" | ||
... | ... |
Please register or sign in to comment