-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "sqs-json-body-parser",
"version": "1.1.0",
"description": "Middyjs middleware to parse your AWS SQS events",
"main": "index.js",
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"test": "tap test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eomm/sqs-json-body-parser.git"
},
"engines": {
"node": ">=10.0.0"
},
"keywords": [
"lambda",
"middleware",
"serverless",
"Framework",
"AWS",
"AWS Lambda",
"middy",
"SQS",
"JSON",
"Body Parser",
"JSON Body Parser"
],
"author": "Manuel Spigolon <[email protected]> (https://github.com/Eomm)",
"funding": "https://github.com/Eomm/sqs-json-body-parser?sponsor=1",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eomm/sqs-json-body-parser/issues"
},
"homepage": "https://github.com/Eomm/sqs-json-body-parser#readme",
"devDependencies": {
"@middy/core": "^1.4.0",
"rfdc": "^1.1.4",
"standard": "^17.0.0",
"tap": "^16.0.0"
},
"dependencies": {
"secure-json-parse": "^2.1.0"
}
}