UNPKG

@middy/http-response-serializer

Version:

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

76 lines (75 loc) 1.61 kB
{ "name": "@middy/http-response-serializer", "version": "3.6.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", "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", "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.6.0" }, "devDependencies": { "@middy/core": "3.6.0" }, "gitHead": "f45a017c3052f7c238eea88b98fee18a816dd317" }