{
  "name": "@middy/http-response-serializer",
  "version": "3.1.0",
  "description": "The Http Serializer middleware lets you define serialization mechanisms based on the current content negotiation.",
  "type": "module",
  "engines": {
    "node": ">=14"
  },
  "engineStrict": true,
  "publishConfig": {
    "access": "public"
  },
  "main": "./index.cjs",
  "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",
    "Header",
    "Headers",
    "Helmet",
    "Security"
  ],
  "author": {
    "name": "Middy contributors",
    "url": "https://github.com/middyjs/middy/graphs/contributors"
  },
  "repository": {
    "type": "git",
    "url": "github:middyjs/middy",
    "directory": "packages/http-response-serializer"
  },
  "bugs": {
    "url": "https://github.com/middyjs/middy/issues"
  },
  "homepage": "https://middy.js.org",
  "dependencies": {
    "@hapi/accept": "6.0.0",
    "@middy/util": "3.1.0"
  },
  "devDependencies": {
    "@middy/core": "3.1.0"
  },
  "gitHead": "d5284fd11c175516c189b6061fee7312106d9709"
}
