@magaya/hyperion-express-middleware
Version:
An express middleware for hyperion.
38 lines (37 loc) • 1.01 kB
JSON
{
"name": "@magaya/hyperion-express-middleware",
"version": "11.64.1",
"description": "An express middleware for hyperion.",
"main": "index.js",
"scripts": {
"test": "jasmine",
"postversion": "git push && git push --tags && npm publish"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/magaya-dev/hyperion-express-middleware.git"
},
"keywords": [
"hyperion",
"magaya",
"express"
],
"author": "Magaya Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/magaya-dev/hyperion-express-middleware.git/issues"
},
"homepage": "https://github.com/magaya-dev/hyperion-express-middleware.git#readme",
"dependencies": {
"@magaya/hyperion-node": "~11.64.1",
"debug": "~4.4.0"
},
"devDependencies": {
"express": "~5.1.0",
"jasmine": "~5.8.0",
"mock-require": "^3.0.3"
}
}