UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@middy/input-output-logger",
3 "version": "5.2.6",
4 "description": "Input and output logger 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 "Input",
42 "Output",
43 "Logger"
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/input-output-logger"
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 "devDependencies": {
63 "@datastream/core": "0.0.35",
64 "@middy/core": "5.2.6",
65 "@types/node": "^20.0.0"
66 },
67 "gitHead": "02424c3740b6a4386dba4fb713ac290bedadb649"
68}