UNPKG

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