UNPKG

@nearform/trail-hapi-server

Version:

Server running Hapi plugin for the audit trail logging service

61 lines (60 loc) 1.76 kB
{ "name": "@nearform/trail-hapi-server", "version": "6.0.0", "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": ">=12.0.0" }, "publishConfig": { "access": "public" }, "main": "lib/index.js", "bin": { "trail-hapi-server": "start.js" }, "scripts": { "coverage": "lab -l -c test", "depcheck": "npx depcheck --ignores=config", "start": "node start.js", "test": "lab test --globals __core-js_shared__,CSS,regeneratorRuntime,__extends,__assign,__rest,__decorate,__param,__metadata,__awaiter,__generator,__exportStar,__values,__read,__spread,__spreadArrays,__await,__asyncGenerator,__asyncDelegator,__asyncValues,__makeTemplateObject,__importStar,__importDefault,__classPrivateFieldGet,__classPrivateFieldSet" }, "dependencies": { "@hapi/hapi": "^20.0.0", "@hapi/inert": "^6.0.2", "@nearform/trail-core": "^6.0.0", "@nearform/trail-hapi-plugin": "^6.0.0", "dotenv": "^8.2.0", "hapi-pino": "^8.3.0", "joi": "^17.1.0", "minimist": "^1.2.5", "swagger-ui-dist": "^3.32.5" }, "devDependencies": { "@hapi/lab": "^23.0.0", "code": "^5.2.0", "sinon": "^10.0.0" }, "gitHead": "e0edcbb6da3da6b85f4e96d61ebeb53ae53eceb3" }