kkamkou/gelfjs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gelfjs",
  "version": "0.0.1",
  "author": "Kanstantsin Kamkou <kkamkou@gmail.com> (http://2ka.by)",
  "description": "Graylog client library for node.js and browser",
  "keywords": [
    "graylog",
    "gelf",
    "logging",
    "udp",
    "tcp",
    "tls",
    "ssl",
    "rest"
  ],
  "engines": {
    "node": ">=10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kkamkou/gelfjs.git"
  },
  "bugs": {
    "url": "https://github.com/kkamkou/gelfjs/issues"
  },
  "license": "MIT",
  "directories": {
    "lib": "./gelfjs",
    "test": "./tests"
  },
  "dependencies": {
    "lodash-es": "~4.17.15"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@types/isomorphic-fetch": "^0.0.35",
    "@types/lodash-es": "~4.17.3",
    "@typescript-eslint/eslint-plugin": "^2.28.0",
    "@typescript-eslint/parser": "^2.28.0",
    "babel-jest": "^25.3.0",
    "eslint": "^6.8.0",
    "eslint-plugin-jest": "^23.8.2",
    "isomorphic-fetch": "^2.2.1",
    "jest": "^25.3.0",
    "typescript": "^3.8.3"
  },
  "scripts": {
    "coverage": "tsc && jest --collect-coverage",
    "test": "tsc && jest"
  }
}