{ "name": "lib-log", "version": "2.1.0", "description": "A simple Logger with Options!", "main": "index.js", "scripts": { "test": "jest tests/index.test.js" }, "author": "Dominik Sigmund <sigmund.dominik@googlemail.com> (https://webdad.eu)", "license": "ISC", "repository": { "type": "git", "url": "https://it-devops-01.br-edv.brnet.int/argos/log" }, "dependencies": { "graylog2": "^0.2.1" }, "devDependencies": { "jest": "^24.9.0" } }