UNPKG

koa-pino-logger

Version:
39 lines (38 loc) 846 B
{ "name": "koa-pino-logger", "version": "5.0.0", "description": "pino logging koa middleware", "main": "logger.js", "scripts": { "test": "standard && c8 node --test test.js" }, "repository": { "type": "git", "url": "git+https://github.com/pinojs/koa-pino-logger.git" }, "keywords": [ "koa", "http", "logger", "fast", "pino" ], "license": "MIT", "bugs": { "url": "https://github.com/pinojs/koa-pino-logger/issues" }, "homepage": "https://github.com/pinojs/koa-pino-logger#readme", "dependencies": { "pino-http": "^11.0.0" }, "devDependencies": { "@matteo.collina/tspl": "^0.2.0", "c8": "^10.1.3", "koa": "^3.0.1", "koa-bunyan-logger": "^2.1.0", "koa-logger": "^4.0.0", "koa-morgan": "^1.0.1", "split2": "^4.2.0", "standard": "^17.1.0" } }