UNPKG

winston-to-newrelic-logs

Version:

A transport for winston to send to New Relic Log Product

37 lines (36 loc) 847 B
{ "name": "winston-to-newrelic-logs", "version": "1.0.11", "description": "A transport for winston to send to New Relic Log Product", "main": "index.js", "scripts": { "test": "mocha -b" }, "repository": { "type": "git", "url": "git+hhttps://github.com/rudouglas/winston-to-newrelic-logs.git" }, "keywords": [ "logging", "sysadmin", "tools", "winston", "newrelic" ], "author": "Luciano Colosio", "license": "MIT", "bugs": { "url": "https://github.com/rudouglas/winston-to-newrelic-logs/issues" }, "homepage": "https://github.com/rudouglas/winston-to-newrelic-logs#readme", "dependencies": { "axios": "^0.21.1", "winston": "^3.0.0", "winston-transport": "^4.2.0" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.2.0", "proxyquire": "^2.0.1" } }