pino-to-ecs
Version:
Convert Pino logs to Elastic Common Schema
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "pino-to-ecs",
"version": "0.2.0",
"description": "Convert Pino logs to Elastic Common Schema",
"main": "index.js",
"bin": {
"pino-to-ecs": "./index.js"
},
"scripts": {
"lint": "standard",
"unit": "tap test.js --no-coverage",
"test": "npm run lint && npm run unit",
"ci": "nyc npm run unit && nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delvedor/pino-to-ecs.git"
},
"keywords": [
"Pino",
"Elastic Common Schema",
"ecs",
"logs",
"convert"
],
"author": "Tomas Della Vedova",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/delvedor/pino-to-ecs/issues"
},
"homepage": "https://github.com/delvedor/pino-to-ecs#readme",
"devDependencies": {
"codecov": "^3.5.0",
"fastify": "^2.5.0",
"pino": "^5.12.6",
"pino-http": "^4.2.0",
"standard": "^12.0.1",
"tap": "^14.2.4"
},
"dependencies": {
"fast-safe-stringify": "^2.0.6",
"readable-stream": "^3.4.0",
"split2": "^3.1.1"
}
}