new-relic-logs
Version:
Post logs to new relic
20 lines (19 loc) • 420 B
JSON
{
"name": "new-relic-logs",
"version": "1.0.33",
"description": "Post logs to new relic ",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"new-relic",
"monitoring"
],
"author": "abrahamdsp <abdsp22@gmail.com>",
"license": "MIT",
"dependencies": {
"newrelic": "^7.2.1",
"node-fetch": "^2.6.1"
}
}