serverless-offline-msk
Version:
A serverless offline plugin that enables AWS MSK events
39 lines (38 loc) • 797 B
JSON
{
"name": "@hapi/h2o2",
"description": "Proxy handler plugin for hapi.js",
"version": "9.1.0",
"repository": "git://github.com/hapijs/h2o2",
"main": "lib/index.js",
"engines": {
"node": ">=12.0.0"
},
"files": [
"lib"
],
"keywords": [
"HTTP",
"proxy",
"handler",
"hapi",
"plugin"
],
"dependencies": {
"@hapi/boom": "9.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/validate": "1.x.x",
"@hapi/wreck": "17.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/hapi": "20.x.x",
"@hapi/inert": "6.x.x",
"@hapi/lab": "24.x.x",
"@hapi/teamwork": "5.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}