UNPKG

1.33 kBJSONView Raw
1{
2 "name": "@middy/http-response-serializer",
3 "version": "2.4.3",
4 "description": "The Http Serializer middleware lets you define serialization mechanisms based on the current content negotiation.",
5 "type": "commonjs",
6 "engines": {
7 "node": ">=12"
8 },
9 "engineStrict": true,
10 "publishConfig": {
11 "access": "public"
12 },
13 "main": "index.js",
14 "types": "index.d.ts",
15 "files": [
16 "index.d.ts"
17 ],
18 "scripts": {
19 "test": "npm run test:unit",
20 "test:unit": "ava"
21 },
22 "license": "MIT",
23 "keywords": [
24 "Lambda",
25 "Middleware",
26 "Serverless",
27 "Framework",
28 "AWS",
29 "AWS Lambda",
30 "Middy",
31 "HTTP",
32 "API",
33 "Header",
34 "Headers",
35 "Helmet",
36 "Security"
37 ],
38 "author": {
39 "name": "Middy contributors",
40 "url": "https://github.com/middyjs/middy/graphs/contributors"
41 },
42 "repository": {
43 "type": "git",
44 "url": "github:middyjs/middy",
45 "directory": "packages/http-reponse-serializer"
46 },
47 "bugs": {
48 "url": "https://github.com/middyjs/middy/issues"
49 },
50 "homepage": "https://github.com/middyjs/middy#readme",
51 "dependencies": {
52 "@hapi/accept": "5.0.2",
53 "@middy/util": "^2.4.3"
54 },
55 "devDependencies": {
56 "@middy/core": "^2.4.3",
57 "http-errors": "^1.8.0"
58 },
59 "gitHead": "969313c44d557dddf81849b10407652e7c533a46"
60}