1 | {
|
2 | "name": "@middy/http-response-serializer",
|
3 | "version": "3.0.4",
|
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 | "exports": {
|
14 | ".": {
|
15 | "import": "./index.js",
|
16 | "require": "./index.cjs",
|
17 | "types": "./index.d.ts"
|
18 | }
|
19 | },
|
20 | "types": "index.d.ts",
|
21 | "files": [
|
22 | "index.js",
|
23 | "index.cjs",
|
24 | "index.d.ts"
|
25 | ],
|
26 | "scripts": {
|
27 | "test": "npm run test:unit",
|
28 | "test:unit": "ava",
|
29 | "test:benchmark": "node __benchmarks__/index.js"
|
30 | },
|
31 | "license": "MIT",
|
32 | "keywords": [
|
33 | "Lambda",
|
34 | "Middleware",
|
35 | "Serverless",
|
36 | "Framework",
|
37 | "AWS",
|
38 | "AWS Lambda",
|
39 | "Middy",
|
40 | "HTTP",
|
41 | "API",
|
42 | "Header",
|
43 | "Headers",
|
44 | "Helmet",
|
45 | "Security"
|
46 | ],
|
47 | "author": {
|
48 | "name": "Middy contributors",
|
49 | "url": "https://github.com/middyjs/middy/graphs/contributors"
|
50 | },
|
51 | "repository": {
|
52 | "type": "git",
|
53 | "url": "github:middyjs/middy",
|
54 | "directory": "packages/http-reponse-serializer"
|
55 | },
|
56 | "bugs": {
|
57 | "url": "https://github.com/middyjs/middy/issues"
|
58 | },
|
59 | "homepage": "https://middy.js.org",
|
60 | "dependencies": {
|
61 | "@hapi/accept": "6.0.0",
|
62 | "@middy/util": "3.0.4"
|
63 | },
|
64 | "devDependencies": {
|
65 | "@middy/core": "3.0.4"
|
66 | },
|
67 | "gitHead": "3e9bc83e791f943c71cd7003fc27f0a3692d83a1"
|
68 | }
|