forked from middyjs/middy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 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
{
"name": "@middy/sqs-partial-batch-failure",
"version": "1.2.0",
"description": "SQS partial batch failure middleware for the middy framework",
"engines": {
"node": ">=10"
},
"engineStrict": true,
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "npm run test:typings && npm run test:unit",
"test:unit": "jest",
"test:typings": "typings-tester --config tsconfig.json index.d.ts"
},
"license": "MIT",
"keywords": [
"Lambda",
"Middleware",
"Serverless",
"Framework",
"AWS",
"AWS Lambda",
"Middy",
"SQS",
"Batch",
"Error"
],
"author": {
"name": "Middy contributors",
"url": "https://github.com/middyjs/middy/graphs/contributors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/middyjs/middy.git"
},
"bugs": {
"url": "https://github.com/middyjs/middy/issues"
},
"homepage": "https://github.com/middyjs/middy#readme",
"peerDependencies": {
"@middy/core": ">=1.0.0-alpha",
"aws-sdk": ">=2.221.1"
},
"devDependencies": {
"@middy/core": "^1.2.0",
"@serverless/event-mocks": "^1.1.1",
"promise.allsettled": "^1.0.2"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
}