{
  "name": "@middy/error-logger",
  "version": "5.2.1",
  "description": "Input and output logger middleware for the middy framework",
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "engineStrict": true,
  "publishConfig": {
    "access": "public"
  },
  "module": "./index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.ts",
        "default": "./index.js"
      }
    }
  },
  "types": "index.d.ts",
  "files": [
    "index.js",
    "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",
    "Input",
    "Output",
    "Logger"
  ],
  "author": {
    "name": "Middy contributors",
    "url": "https://github.com/middyjs/middy/graphs/contributors"
  },
  "repository": {
    "type": "git",
    "url": "github:middyjs/middy",
    "directory": "packages/error-logger"
  },
  "bugs": {
    "url": "https://github.com/middyjs/middy/issues"
  },
  "homepage": "https://middy.js.org",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/willfarrell"
  },
  "devDependencies": {
    "@middy/core": "5.2.1",
    "@types/node": "^20.0.0"
  },
  "gitHead": "4d55da221b9165b4b3e59a12632fd40a149a1e92"
}
