@middy/sqs-json-body-parser
Version:
SQS batch json body parser middleware for the middy framework
57 lines (56 loc) • 1.21 kB
JSON
{
"name": "@middy/sqs-json-body-parser",
"version": "2.5.7",
"description": "SQS batch json body parser 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",
"SQS",
"Batch",
"Error"
],
"author": {
"name": "Middy contributors",
"url": "https://github.com/middyjs/middy/graphs/contributors"
},
"repository": {
"type": "git",
"url": "github:middyjs/middy",
"directory": "packages/sqs-json-body-parser"
},
"bugs": {
"url": "https://github.com/middyjs/middy/issues"
},
"homepage": "https://github.com/middyjs/middy#readme",
"dependencies": {
"@middy/util": "^2.5.7"
},
"devDependencies": {
"@middy/core": "^2.5.7",
"@serverless/event-mocks": "^1.1.1"
},
"gitHead": "3983c4b138e1a4d7fcb3ed805d3b8832fff06fc1"
}