UNPKG

@middy/http-response-serializer

Version:

The Http Serializer middleware lets you define serialization mechanisms based on the current content negotiation.

61 lines (60 loc) 1.33 kB
{ "name": "@middy/http-response-serializer", "version": "2.4.3", "description": "The Http Serializer middleware lets you define serialization mechanisms based on the current content negotiation.", "type": "commonjs", "engines": { "node": ">=12" }, "engineStrict": true, "publishConfig": { "access": "public" }, "main": "index.js", "types": "index.d.ts", "files": [ "index.d.ts" ], "scripts": { "test": "npm run test:unit", "test:unit": "ava" }, "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-reponse-serializer" }, "bugs": { "url": "https://github.com/middyjs/middy/issues" }, "homepage": "https://github.com/middyjs/middy#readme", "dependencies": { "@hapi/accept": "5.0.2", "@middy/util": "^2.4.3" }, "devDependencies": { "@middy/core": "^2.4.3", "http-errors": "^1.8.0" }, "gitHead": "969313c44d557dddf81849b10407652e7c533a46" }