{
  "name": "winston-loggly-bulk",
  "version": "3.3.3",
  "description": "A Loggly transport for winston",
  "author": "Loggly <opensource@loggly.com>",
  "contributors": [
    {
      "name": "Loggly",
      "email": "opensource@loggly.com",
      "url": "https://github.com/loggly"
    },
    {
      "name": "Shweta Jain",
      "email": "shweta.jain@psquickit.com",
      "url": "https://github.com/shwetajain148"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/loggly/winston-loggly-bulk.git"
  },
  "keywords": [
    "loggly",
    "logging",
    "sysadmin",
    "tools",
    "winston"
  ],
  "dependencies": {
    "lodash.clonedeep": "4.5.0",
    "node-loggly-bulk": "4.0.2",
    "winston": "3.10.0",
    "winston-transport": "4.5.0"
  },
  "devDependencies": {
    "jest": "29.7.0"
  },
  "main": "./lib/winston-loggly",
  "scripts": {
    "test": "jest"
  },
  "engines": {
    "node": ">= 6.4.0"
  },
  "prettier": {
    "singleQuote": true
  }
}
