UNPKG

@zwave-js/winston-daily-rotate-file

Version:

A transport for winston which logs to a rotating file each day.

53 lines (52 loc) 1.32 kB
{ "name": "@zwave-js/winston-daily-rotate-file", "publishConfig": { "access": "public" }, "version": "4.5.6-1", "description": "A transport for winston which logs to a rotating file each day.", "main": "index.js", "types": "index.d.ts", "engines": { "node": ">=8" }, "scripts": { "test": "mocha && eslint .", "preversion": "npm test", "postversion": "git push && git push --tags && npm publish" }, "repository": { "type": "git", "url": "git@github.com:zwave-js/winston-daily-rotate-file.git" }, "keywords": [ "winston", "daily-rotate-file", "log-rotate", "logrotate" ], "author": "Charlie Robbins <charlie.robbins@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/winstonjs/winston-daily-rotate-file/issues" }, "homepage": "https://github.com/winstonjs/winston-daily-rotate-file#readme", "peerDependencies": { "winston": "^3.3.4" }, "devDependencies": { "chai": "4.2.0", "eslint": "^6.0.1", "eslint-plugin-node": "^11.0.0", "mocha": "^7.1.1", "moment": "^2.24.0", "rimraf": "^3.0.2", "winston": "^3.3.4" }, "dependencies": { "@zwave-js/file-stream-rotator": "^0.5.8-0", "object-hash": "^2.0.1", "triple-beam": "^1.3.0", "winston-transport": "^4.4.2" } }