UNPKG

skriva-transport-rotate-file

Version:
36 lines (35 loc) 822 B
{ "name": "skriva-transport-rotate-file", "version": "0.0.2", "description": "Write logs to a rotating file", "author": "marvin-j97 <33938500+marvin-j97@users.noreply.github.com>", "homepage": "https://github.com/marvin-j97/skriva#readme", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/marvin-j97/skriva.git" }, "scripts": { "build": "tsc" }, "bugs": { "url": "https://github.com/marvin-j97/skriva/issues" }, "dependencies": { "file-stream-rotator": "0.5.7", "skriva": "^0.0.2" }, "keywords": [ "skriva", "transport", "daily-rotate-file", "log-rotate", "logrotate" ], "files": [ "dist" ], "gitHead": "d4c9e9308d3a331c954412adcc96d08b904d48db" }