winston-ovh
Version:
A winston transport to log on OVH Laas product
43 lines (42 loc) • 967 B
JSON
{
"name": "winston-ovh",
"version": "3.1.1-rc5",
"license": "MIT",
"description": "A winston transport to log on OVH Laas product",
"main": "build/index.js",
"scripts": {
"dev": "tsc --watch",
"test": "node test"
},
"types": "build/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/miton18/winston-ovh.git"
},
"keywords": [
"winston",
"log",
"ovh",
"api",
"laas"
],
"author": "miton18 <remi+github-winston-ovh@collignon-ducret.fr>",
"bugs": {
"url": "https://github.com/miton18/winston-ovh/issues"
},
"homepage": "https://github.com/miton18/winston-ovh#readme",
"engines": {
"node": ">=9.5.0"
},
"dependencies": {
"@types/node": "^11.13.7",
"gelf-pro": "^1.3.0",
"triple-beam": "^1.3.0",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
},
"devDependencies": {
"@types/winston": "^2.4.4",
"@types/triple-beam": "^1.3.0"
}
}