UNPKG

1.61 kBJSONView Raw
1{
2 "name": "@middy/http-response-serializer",
3 "version": "4.2.1",
4 "description": "The Http Serializer middleware lets you define serialization mechanisms based on the current content negotiation.",
5 "type": "module",
6 "engines": {
7 "node": ">=16"
8 },
9 "engineStrict": true,
10 "publishConfig": {
11 "access": "public"
12 },
13 "main": "./index.cjs",
14 "module": "./index.js",
15 "exports": {
16 ".": {
17 "import": {
18 "types": "./index.d.ts",
19 "default": "./index.js"
20 },
21 "require": {
22 "types": "./index.d.ts",
23 "default": "./index.cjs"
24 }
25 }
26 },
27 "types": "index.d.ts",
28 "files": [
29 "index.js",
30 "index.cjs",
31 "index.d.ts"
32 ],
33 "scripts": {
34 "test": "npm run test:unit",
35 "test:unit": "ava",
36 "test:benchmark": "node __benchmarks__/index.js"
37 },
38 "license": "MIT",
39 "keywords": [
40 "Lambda",
41 "Middleware",
42 "Serverless",
43 "Framework",
44 "AWS",
45 "AWS Lambda",
46 "Middy",
47 "HTTP",
48 "API",
49 "Header",
50 "Headers",
51 "Helmet",
52 "Security"
53 ],
54 "author": {
55 "name": "Middy contributors",
56 "url": "https://github.com/middyjs/middy/graphs/contributors"
57 },
58 "repository": {
59 "type": "git",
60 "url": "github:middyjs/middy",
61 "directory": "packages/http-response-serializer"
62 },
63 "bugs": {
64 "url": "https://github.com/middyjs/middy/issues"
65 },
66 "homepage": "https://middy.js.org",
67 "dependencies": {
68 "@hapi/accept": "6.0.0",
69 "@middy/util": "4.2.1"
70 },
71 "devDependencies": {
72 "@middy/core": "4.2.1"
73 },
74 "gitHead": "11f14b78bac5486ae104de735f8d588a385e93af"
75}