{ "name": "@br/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" }, "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" }, "dependencies": { "graylog2": "^0.2.1" }, "devDependencies": { "jest": "^25.3.0" }, "jest": { "collectCoverage": true, "coverageReporters": [ "json", "lcov", "text", "clover", "html" ], "coverageDirectory": "docs/coverage" } }