winston-splunk-hec
Version:
A @winstonjs logger transport for splunk HTTP event collector
33 lines (32 loc) • 746 B
JSON
{
"name": "winston-splunk-hec",
"version": "1.1.1",
"description": "A @winstonjs logger transport for splunk HTTP event collector",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doriitamar/winston-splunk-hec.git"
},
"keywords": [
"winston",
"splunk",
"hec"
],
"author": "Itamar Dori",
"license": "MIT",
"bugs": {
"url": "https://github.com/doriitamar/winston-splunk-hec/issues"
},
"homepage": "https://github.com/doriitamar/winston-splunk-hec#readme",
"dependencies": {
"axios": "^0.19.2",
"winston": "^3.2.1"
},
"devDependencies": {
"abstract-winston-transport": "^0.5.1",
"mocha": "^7.1.2"
}
}