{
  "name": "fast-file-rotate",
  "version": "1.0.1",
  "description": "A performant file transport providing daily log rotation for winston.",
  "main": "lib/FileRotateTransport.js",
  "dependencies": {
    "fast-date-format": "^1.0.1",
    "fs-extra": "^7.0.0",
    "sonic-boom": "^0.6.0",
    "winston-transport": "^4.2.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "fastbench": "^1.0.1",
    "standard": "^12.0.1",
    "tap": "^12.0.1",
    "winston": "^3.0.0",
    "winston-daily-rotate-file": "^3.3.3"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SerayaEryn/fast-file-rotate.git"
  },
  "scripts": {
    "unit": "tap test/*.test.js",
    "test": "npm run lint && npm run unit",
    "lint": "standard lib/* test/*.js benchmark/*",
    "coveralls": "npm run unit --  --cov",
    "coverage": "npm run coveralls && tap --coverage-report=lcov",
    "benchmark": "node benchmark/Benchmark.js"
  },
  "keywords": [
    "winston",
    "log-rotate",
    "logrotate",
    "transport",
    "daily",
    "daily-rotate-file"
  ],
  "author": "Denis Fäcke",
  "license": "MIT"
}
