UNPKG

@digipolis/log

Version:
33 lines (32 loc) 818 B
{ "name": "@digipolis/log", "version": "1.1.1", "keywords": [ "digipolis", "antwerpen", "log", "logger" ], "description": "Logging tool for Digipolis kibana logging", "main": "lib/index.js", "scripts": { "start": "node --watch ./example/index.js", "test": "mocha ./test && npm run lint", "lint": "eslint \"**/*.js\"", "coverage": "c8 --reporter=html --reporter=text --reporter=lcovonly npm test && eslint ." }, "repository": { "type": "git", "url": "https://github.com/digipolisantwerp/log_module_nodejs.git" }, "author": "Olivier Van den Mooter", "license": "MIT", "devDependencies": { "c8": "^10.1.3", "eslint": "^9.33.0", "eslint-plugin-mocha": "^11.1.0", "jsonschema": "^1.5.0", "mocha": "^11.7.1", "sinon": "^21.0.0" } }