{
  "name": "bunyan-rotating-file-stream",
  "version": "2.0.7",
  "description": "a rotating file stream for the bunyan logging system",
  "author": "Jim Tupper <npm@tupper.org.uk> (http://github.com/rcomian)",
  "main": "./index.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/Rcomian/bunyan-rotating-file-stream.git"
  },
  "engines": {
    "node": ">=14.17.0"
  },
  "keywords": [
    "log",
    "logging",
    "log4j",
    "json",
    "rotating",
    "rotate"
  ],
  "license": "MIT",
  "devDependencies": {
    "bunyan": "^1.8.15",
    "fs-extra": "^10.0.0",
    "js-combinatorics": "^1.4.5",
    "uuid": "^14.0.0",
    "why-is-node-running": "^2.2.0"
  },
  "peerDependencies": {
    "bunyan": "^1.8.15"
  },
  "dependencies": {
    "async": "^3.2.0",
    "lodash": "^4.18.1",
    "semver": "^7.5.4",
    "strftime": "^0.10.0"
  }
}
