UNPKG

@nearform/trail-hapi-plugin

Version:

Hapi plugin for the audit trail logging service

59 lines (58 loc) 1.41 kB
{ "name": "@nearform/trail-hapi-plugin", "version": "6.0.0", "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": ">=12.0.0" }, "publishConfig": { "access": "public" }, "main": "lib/index.js", "scripts": { "coverage": "lab -c test", "coverage:watch": "jest -i --coverage --watch", "depcheck": "npx depcheck --ignores=config", "test": "lab test", "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect" }, "dependencies": { "@hapi/boom": "^9.0.0", "@hapi/hapi": "^20.0.0", "@nearform/trail-core": "^6.0.0", "joi": "^17.1.0", "joi-to-swagger": "^5.0.1", "lodash": "^4.17.20", "luxon": "^1.25.0", "snyk": "^1.391.1" }, "devDependencies": { "@hapi/code": "^8.0.2", "@hapi/lab": "^23.0.0", "sinon": "^10.0.0" }, "snyk": true, "gitHead": "e0edcbb6da3da6b85f4e96d61ebeb53ae53eceb3" }