UNPKG

1.43 kBJSONView Raw
1{
2 "name": "@middy/http-event-normalizer",
3 "version": "5.0.2",
4 "description": "Http event normalizer middleware for the middy framework",
5 "type": "module",
6 "engines": {
7 "node": ">=18"
8 },
9 "engineStrict": true,
10 "publishConfig": {
11 "access": "public"
12 },
13 "module": "./index.js",
14 "exports": {
15 ".": {
16 "import": {
17 "types": "./index.d.ts",
18 "default": "./index.js"
19 }
20 }
21 },
22 "types": "index.d.ts",
23 "files": [
24 "index.js",
25 "index.d.ts"
26 ],
27 "scripts": {
28 "test": "npm run test:unit",
29 "test:unit": "ava",
30 "test:benchmark": "node __benchmarks__/index.js"
31 },
32 "license": "MIT",
33 "keywords": [
34 "Lambda",
35 "Middleware",
36 "Serverless",
37 "Framework",
38 "AWS",
39 "AWS Lambda",
40 "Middy",
41 "HTTP",
42 "API",
43 "Event normalizer"
44 ],
45 "author": {
46 "name": "Middy contributors",
47 "url": "https://github.com/middyjs/middy/graphs/contributors"
48 },
49 "repository": {
50 "type": "git",
51 "url": "github:middyjs/middy",
52 "directory": "packages/http-event-normalizer"
53 },
54 "bugs": {
55 "url": "https://github.com/middyjs/middy/issues"
56 },
57 "homepage": "https://middy.js.org",
58 "funding": {
59 "type": "github",
60 "url": "https://github.com/sponsors/willfarrell"
61 },
62 "gitHead": "6d17e155237022f2a0abd095ac7cd99ebfc7fc71",
63 "devDependencies": {
64 "@middy/core": "5.0.2",
65 "@types/aws-lambda": "^8.10.101"
66 }
67}