{
  "name": "logzio-nodejs",
  "description": "A nodejs implementation for sending logs to Logz.IO cloud service Copy of logzio-nodejs",
  "version": "2.5.0",
  "author": "Gilly Barr <gilly@logz.io>",
  "maintainers": [
    {
      "name": "Yotam loewenbach",
      "email": "yotam.loewenbach@logz.io"
    }
  ],
  "contributors": [
    {
      "name": "Gilly Barr",
      "email": "gillyb@gmail.com"
    },
    {
      "name": "Asaf Mesika",
      "email": "asaf.mesika@gmail.com"
    },
    {
      "name": "Alon Mizrahi",
      "email": "alonmizra@gmail.com"
    },
    {
      "name": "Amir Tugendhaft",
      "email": "Amir.Tugi@gmail.com"
    },
    {
      "name": "Roni Shaham",
      "email": "ronish31@gmail.com"
    },
    {
      "name": "Anton Kolomiiets",
      "email": "resdenia@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/logzio/logzio-nodejs.git"
  },
  "keywords": [
    "cloud computing",
    "log analytics",
    "api",
    "logging",
    "logzio"
  ],
  "dependencies": {
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/context-async-hooks": "^2.0.0",
    "@opentelemetry/sdk-trace-node": "^2.0.0",
    "axios": "^1.6.4",
    "json-stringify-safe": "5.0.1",
    "lodash.assign": "4.2.0",
    "moment": "2.29.4"
  },
  "devDependencies": {
    "assert": "^1.5.0",
    "uuid": "^9.0.0",
    "async": "1.4.2",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-import": "^2.18.2",
    "hrtimemock": "^2.0.0",
    "jest": "^29.7.0",
    "mocha": "^7.1.1",
    "nock": "^12.0.3",
    "should": "^7.1.0",
    "sinon": "^7.5.0"
  },
  "main": "./lib/logzio-nodejs",
  "engines": {
    "node": ">= 14.0.0"
  },
  "license": "(Apache-2.0)",
  "scripts": {
    "test": "jest",
    "test:e2e": "jest e2e.test.js",
    "detached": "jest --detectOpenHandles",
    "watch": "jest --watch"
  }
}
