{
  "name": "riviere",
  "version": "0.3.0",
  "description": "log inbound/outbound HTTP traffic",
  "types": "./types/riviere.d.ts",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Workable/riviere"
  },
  "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": "./node_modules/.bin/nyc node_modules/mocha/bin/mocha test/**/*.js",
    "posttest": "./node_modules/.bin/nyc report --reporter=html --reporter=lcov",
    "eslint-check": "./node_modules/.bin/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.2.0",
    "flat": "^2.0.1",
    "lodash": "^4.17.4",
    "uuid": "^3.1.0"
  },
  "devDependencies": {
    "eslint": "^4.3.0",
    "eslint-config-prettier": "^2.3.0",
    "eslint-config-workable-node": "git+https://github.com/Workable/eslint-config-workable-node.git",
    "eslint-plugin-prettier": "^2.1.2",
    "husky": "^0.14.3",
    "koa": "^1.1.2",
    "koa-bodyparser": "^2.5.0",
    "lint-staged": "^4.0.2",
    "mocha": "^3.5.3",
    "nyc": "^11.1.0",
    "prettier": "^1.5.3",
    "should": "^13.1.0",
    "sinon": "^4.0.0"
  },
  "engines": {
    "node": "10.x.x"
  }
}
