UNPKG

1.42 kBJSONView Raw
1{
2 "name": "@middy/http-error-handler",
3 "version": "3.0.3",
4 "description": "Http error handler middleware for the middy framework",
5 "type": "module",
6 "engines": {
7 "node": ">=14"
8 },
9 "engineStrict": true,
10 "publishConfig": {
11 "access": "public"
12 },
13 "exports": {
14 ".": {
15 "import": "./index.js",
16 "require": "./index.cjs",
17 "types": "./index.d.ts"
18 }
19 },
20 "types": "index.d.ts",
21 "files": [
22 "index.js",
23 "index.cjs",
24 "index.d.ts"
25 ],
26 "scripts": {
27 "test": "npm run test:unit",
28 "test:unit": "ava",
29 "test:benchmark": "node __benchmarks__/index.js"
30 },
31 "license": "MIT",
32 "keywords": [
33 "Lambda",
34 "Middleware",
35 "Serverless",
36 "Framework",
37 "AWS",
38 "AWS Lambda",
39 "Middy",
40 "HTTP",
41 "API",
42 "Error Handler",
43 "Error Handling"
44 ],
45 "author": {
46 "name": "Middy contributors",
47 "url": "https://github.com/middyjs/middy/graphs/contributors"
48 },
49 "repository": {
50 "type": "git",
51 "url": "github:middyjs/middy",
52 "directory": "packages/http-error-handler"
53 },
54 "bugs": {
55 "url": "https://github.com/middyjs/middy/issues"
56 },
57 "homepage": "https://middy.js.org",
58 "dependencies": {
59 "@middy/util": "3.0.3"
60 },
61 "devDependencies": {
62 "@middy/core": "3.0.3",
63 "@types/http-errors": "^1.8.0",
64 "@types/node": "^17.0.0"
65 },
66 "gitHead": "ea9e5e8cce754d0c467c7dd3ac9a7601149efea2"
67}