microwizard
Version:
A fast and stable microservice framework, mostly compatible with senecas user API
29 lines (28 loc) • 676 B
JSON
{
"name": "api-gateway",
"type": "module",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@hapi/cookie": "^12.0.1",
"@hapi/hapi": "^20.3.0",
"@hapi/inert": "^6.0.5",
"@hapi/subtext": "^6.1.3",
"@hapi/vision": "^6.1.0",
"@wzrdtales/chairo-mw": "^4.0.7",
"bluebird": "^3.7.2",
"dataloader": "^1.4.0",
"es-main": "^1.3.0",
"got": "^14.4.1",
"hapi-alive": "^2.0.4",
"hapi-graceful-shutdown-plugin": "^2.0.8",
"hapi-router-es": "^5.1.3",
"microwizard": "^1.2.5"
}
}