{
  "name": "winston-compat",
  "version": "0.1.5",
  "description": "Core functionality from winston < 3.0.0 commonly used by user-created transports.",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha test/*.test.js",
    "preversion": "npm test",
    "postversion": "git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/winstonjs/winston-compat.git"
  },
  "keywords": [
    "winston",
    "winston2",
    "winston1"
  ],
  "author": "Charlie Robbins <charlie.robbins@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/winstonjs/winston-compat/issues"
  },
  "homepage": "https://github.com/winstonjs/winston-compat#readme",
  "dependencies": {
    "cycle": "~1.0.3",
    "logform": "^1.6.0",
    "triple-beam": "^1.2.0"
  },
  "devDependencies": {
    "assume": "^1.3.1",
    "eslint-config-populist": "^4.2.0",
    "mocha": "^7.1.0",
    "nyc": "^15.0.0",
    "vows": "^0.8.3",
    "winston": "^2.1.1"
  },
  "engines": {
    "node": ">= 6.4.0"
  }
}
