UNPKG

1.55 kBJSONView Raw
1{
2 "name": "@middy/s3-object-response",
3 "version": "5.2.0",
4 "description": "S3 object response handling 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 "S3",
42 "GetObjectResponse",
43 "WriteObjectREsponse"
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/sts"
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 "dependencies": {
63 "@middy/util": "5.2.0"
64 },
65 "devDependencies": {
66 "@aws-sdk/client-s3": "^3.0.0",
67 "@middy/core": "5.2.0",
68 "@types/aws-lambda": "^8.10.101",
69 "aws-xray-sdk": "^3.3.3"
70 },
71 "gitHead": "2d9096a49cd8fb62359517be96d6c93609df41f0"
72}