{
  "name": "@workablehr/riviere",
  "version": "1.22.0",
  "description": "log inbound/outbound HTTP traffic",
  "types": "./types/riviere.d.ts",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Workable/riviere.git"
  },
  "bugs": {
    "url": "https://github.com/Workable/riviere/issues"
  },
  "homepage": "https://github.com/Workable/riviere",
  "keywords": [
    "logs",
    "logging",
    "logger",
    "http logger",
    "http",
    "tracing",
    "traffic",
    "inbound",
    "outbound",
    "incoming",
    "outcoming",
    "koa"
  ],
  "scripts": {
    "test": "nyc mocha test/**/*Test.js",
    "posttest": "nyc report --reporter=html --reporter=lcov",
    "eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
    "precommit": "lint-staged"
  },
  "lint-staged": {
    "*.js": [
      "prettier --print-width 120 --single-quote true --write",
      "git add"
    ]
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "flat": "^5.0.2",
    "lodash": "^4.17.23",
    "passthrough-counter": "^1.0.0"
  },
  "devDependencies": {
    "eslint": "^8.50.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-config-workable-node": "git+https://github.com/Workable/eslint-config-workable-node.git",
    "eslint-plugin-prettier": "^3.0.1",
    "husky": "^1.3.1",
    "lint-staged": "^13.1.1",
    "mocha": "^11.7.5",
    "nyc": "^17.1.0",
    "prettier": "^1.16.4",
    "should": "^13.2.3",
    "sinon": "^21.0.1"
  },
  "directories": {
    "example": "examples",
    "lib": "lib",
    "test": "test"
  },
  "author": ""
}
