UNPKG

@digipolis/log

Version:
38 lines (37 loc) 1 kB
{ "name": "@digipolis/log", "version": "1.1.0", "keywords": [ "digipolis", "antwerpen", "log", "logger" ], "description": "A logging tool for Digipolis kibana logging", "main": "lib/index.js", "scripts": { "start": "nodemon ./example/index.js", "test": "mocha ./test && npm run lint", "lint": "eslint \"**/*.js\"", "coverage": "c8 --reporter=html --reporter=text --reporter=lcovonly npm test && eslint .", "coverage:watch": "nodemon --exec 'npm run coverage || true'" }, "repository": { "type": "git", "url": "https://github.com/digipolisantwerp/log_module_nodejs.git" }, "author": "Olivier Van den Mooter", "license": "MIT", "devDependencies": { "axios": "^1.5.1", "c8": "^8.0.1", "chai": "^4.3.10", "chai-json-schema": "^1.5.1", "eslint": "^8.51.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.28.1", "mocha": "^10.2.0", "nodemon": "^3.0.1", "sinon": "^16.1.3" } }