@middy/http-error-handler
Version:
Http error handler middleware for the middy framework
75 lines (74 loc) • 1.56 kB
JSON
{
"name": "@middy/http-error-handler",
"version": "3.2.2",
"description": "Http error handler middleware for the middy framework",
"type": "module",
"engines": {
"node": ">=14"
},
"engineStrict": true,
"publishConfig": {
"access": "public"
},
"main": "./index.cjs",
"module": "./index.js",
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"default": "./index.js"
},
"require": {
"types": "./index.d.ts",
"default": "./index.cjs"
}
}
},
"types": "index.d.ts",
"files": [
"index.js",
"index.cjs",
"index.d.ts"
],
"scripts": {
"test": "npm run test:unit",
"test:unit": "ava",
"test:benchmark": "node __benchmarks__/index.js"
},
"license": "MIT",
"keywords": [
"Lambda",
"Middleware",
"Serverless",
"Framework",
"AWS",
"AWS Lambda",
"Middy",
"HTTP",
"API",
"Error Handler",
"Error Handling"
],
"author": {
"name": "Middy contributors",
"url": "https://github.com/middyjs/middy/graphs/contributors"
},
"repository": {
"type": "git",
"url": "github:middyjs/middy",
"directory": "packages/http-error-handler"
},
"bugs": {
"url": "https://github.com/middyjs/middy/issues"
},
"homepage": "https://middy.js.org",
"dependencies": {
"@middy/util": "3.2.2"
},
"devDependencies": {
"@middy/core": "3.2.2",
"@types/http-errors": "^1.8.0",
"@types/node": "^18.0.0"
},
"gitHead": "4c960a361cc8844f7b2e6202d9544c852366fb01"
}