UNPKG

@a736921/logging

Version:

An extension exposes logging for Winston and Fluentd with LoopBack 4

63 lines (62 loc) 1.6 kB
{ "name": "@a736921/logging", "description": "An extension exposes logging for Winston and Fluentd with LoopBack 4", "version": "0.11.0", "keywords": [ "LoopBack", "Cloud Native", "Fluentd", "Winston", "Logging" ], "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "IBM Corp. and LoopBack contributors", "copyright.owner": "IBM Corp. and LoopBack contributors", "repository": { "type": "git", "url": "https://github.com/loopbackio/loopback-next.git", "directory": "extensions/logging" }, "engines": { "node": "14 || 16 || 17 || 18" }, "scripts": { "build": "lb-tsc", "clean": "lb-clean loopback-extension-logging*.tgz dist *.tsbuildinfo package", "pretest": "npm run build", "test": "lb-mocha \"dist/__tests__/**/*.js\"", "verify": "npm pack && tar xf loopback-extension-logging*.tgz && tree package && npm run clean" }, "publishConfig": { "access": "public" }, "files": [ "README.md", "dist", "src", "!*/__tests__", "templates" ], "peerDependencies": { "@loopback/core": "^4.0.0", "@loopback/rest": "^12.0.0" }, "dependencies": { "fluent-logger": "^3.4.1", "morgan": "^1.10.0", "tslib": "^2.4.0", "winston": "^3.7.2", "winston-transport": "^4.5.0" }, "devDependencies": { "@loopback/build": "^9.0.0", "@loopback/core": "^4.0.0", "@loopback/eslint-config": "^13.0.0", "@loopback/rest": "^12.0.0", "@loopback/testlab": "^5.0.0", "@types/morgan": "^1.9.3", "@types/node": "^14.18.21" } }