serverless-offline-msk
Version:
A serverless offline plugin that enables AWS MSK events
31 lines (30 loc) • 662 B
JSON
{
"name": "@hapi/catbox",
"description": "Multi-strategy object caching service",
"version": "11.1.1",
"repository": "git://github.com/hapijs/catbox",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"cache",
"generic",
"adapter"
],
"dependencies": {
"@hapi/boom": "9.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/podium": "4.x.x",
"@hapi/validate": "1.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "23.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -m 5000",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}