{
  "name": "logr-node-client",
  "version": "1.0.29",
  "description": "nodejs client lib for logr",
  "main": "index.js",
  "bin": {
    "logrc": "./bin/logrc.js",
    "logr-node-client": "./bin/logrc.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/504dev/logr-node-client.git"
  },
  "keywords": [
    "logr",
    "nodejs",
    "node",
    "client",
    "lib"
  ],
  "author": "Dmitry Kozhurkin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/504dev/logr-node-client/issues"
  },
  "homepage": "https://github.com/504dev/logr-node-client#readme",
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^5.1.0",
    "lodash": "^4.17.15",
    "node-os-utils": "^1.3.7"
  }
}
