forked from middyjs/middy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@middy/http-partial-response",
"version": "2.5.1",
"description": "Http partial response middleware for the middy framework",
"type": "commonjs",
"engines": {
"node": ">=12"
},
"engineStrict": true,
"publishConfig": {
"access": "public"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts"
],
"scripts": {
"test": "npm run test:unit",
"test:unit": "ava"
},
"license": "MIT",
"keywords": [
"Lambda",
"Middleware",
"Serverless",
"Framework",
"AWS",
"AWS Lambda",
"Middy",
"HTTP",
"API",
"Partial",
"Partial Response"
],
"author": {
"name": "Middy contributors",
"url": "https://github.com/middyjs/middy/graphs/contributors"
},
"repository": {
"type": "git",
"url": "github:middyjs/middy",
"directory": "packages/http-partial-response"
},
"bugs": {
"url": "https://github.com/middyjs/middy/issues"
},
"homepage": "https://github.com/middyjs/middy#readme",
"dependencies": {
"@middy/util": "^2.5.1",
"json-mask": "1.0.4"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431",
"devDependencies": {
"@middy/core": "^2.5.1"
}
}