{ "name": "lib-log", "version": "2.0.0", "description": "A simple Logger with Options!", "main": "index.js", "scripts": { "test": "jest tests/index.test.js", "test-coverage": "nyc --reporter=html --reporter=text mocha -- tests/test.js && rsync --remove-source-files -av --progress ./coverage ./docs/ && rm -Rf ./coverage", "test-graphics": "nyc --reporter=html --reporter=text mocha -R mochawesome -- tests/test.js && rsync --remove-source-files -av --progress ./coverage ./docs/ && rm -Rf ./coverage && rsync --remove-source-files -av --progress ./mochawesome-report ./docs/ && rm -Rf ./mochawesome-report" }, "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": {}, "devDependencies": { "jest": "^24.9.0" } }