{
  "name": "@nearform/trail-hapi-server",
  "version": "1.0.1",
  "description": "Server running 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",
    "server",
    "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",
  "bin": {
    "trail-hapi-server": "start.js"
  },
  "scripts": {
    "coverage": "lab -l -c test",
    "depcheck": "../../node_modules/depcheck/bin/depcheck --ignores=config",
    "start": "node start.js",
    "test": "lab -l test"
  },
  "dependencies": {
    "@nearform/trail-core": "^1.0.1",
    "@nearform/trail-hapi-plugin": "^1.0.1",
    "config": "^1.30.0",
    "hapi": "^17.3.1",
    "hapi-pino": "^4.0.4",
    "inert": "^5.1.0",
    "joi": "^13.2.0",
    "swagger-ui-dist": "^3.13.6"
  },
  "devDependencies": {
    "code": "^5.2.0",
    "lab": "^15.4.5",
    "sinon": "^5.0.10"
  }
}
