@inward/extension-logging
Version:
LoopBack Logging for Winston and Fluentd
60 lines (59 loc) • 1.45 kB
JSON
{
"name": "@inward/extension-logging",
"version": "0.4.0",
"description": "LoopBack Logging for Winston and Fluentd",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "ib-tsc",
"clean": "ib-clean inward-extension-logging*.tgz dist *.tsbuildinfo package",
"pretest": "npm run build",
"test": "ib-mocha \"dist/__tests__/**/*.js\"",
"verify": "npm pack && tar xf inward-extension-logging*.tgz && tree package && npm run clean"
},
"author": "Inwio",
"copyright.owner": "Inwio",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@inward/context": "^3.9.0",
"@inward/core": "^2.8.0",
"fluent-logger": "^3.4.1",
"morgan": "^1.10.0",
"tslib": "^2.0.0",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
},
"devDependencies": {
"@inward/build": "^5.5.0",
"@inward/eslint-config": "^8.1.0",
"@inward/testlab": "^3.2.0",
"@types/morgan": "^1.9.0",
"@types/node": "^14.0.6"
},
"keywords": [
"LoopBack",
"Cloud Native",
"Fluentd",
"Winston",
"Logging"
],
"files": [
"README.md",
"dist",
"src",
"!*/__tests__",
"templates"
],
"repository": {
"type": "git",
"url": "https://github.com/inwio/inward.git",
"directory": "extensions/logging"
},
"gitHead": "ae93a5ddb2ffd27e4cc7e2c8d3e0af92a7633606"
}