{
  "name": "@nearform/trail-hapi-plugin",
  "version": "1.0.1",
  "description": "Hapi plugin for the audit trail logging service",
  "license": "MIT",
  "author": "nearForm Ltd",
  "contributors": [
    "Mehdi Avdi (https://github.com/mavdi)",
    "Paolo Insogna (https://github.com/ShogunPanda)"
  ],
  "homepage": "https://github.com/nearform/trail#readme",
  "keywords": [
    "audit",
    "log",
    "logging",
    "hapi",
    "trail"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nearform/trail.git"
  },
  "bugs": {
    "url": "https://github.com/nearform/trail/issues"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "scripts": {
    "coverage": "lab -c test",
    "coverage:watch": "jest -i --coverage --watch",
    "depcheck": "../../node_modules/depcheck/bin/depcheck --ignores=config",
    "test": "lab test"
  },
  "dependencies": {
    "@nearform/trail-core": "^1.0.1",
    "boom": "^7.2.0",
    "config": "^1.30.0",
    "hapi": "^17.3.1",
    "joi": "^13.2.0",
    "joi-to-json-schema": "^3.3.0",
    "lodash": "^4.17.10",
    "luxon": "^1.2.0"
  },
  "devDependencies": {
    "code": "^5.2.0",
    "lab": "^15.4.5",
    "sinon": "^5.0.10"
  }
}
