@middy/http-json-body-parser
Version:
Http JSON body parser middleware for the middy framework
77 lines (76 loc) • 1.54 kB
JSON
{
"name": "@middy/http-json-body-parser",
"version": "6.4.5",
"description": "Http JSON body parser middleware for the middy framework",
"type": "module",
"engines": {
"node": ">=20"
},
"engineStrict": true,
"publishConfig": {
"access": "public"
},
"module": "./index.js",
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"default": "./index.js"
},
"require": {
"default": "./index.js"
}
}
},
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "npm run test:unit && npm run test:fuzz",
"test:unit": "node --test",
"test:fuzz": "node --test index.fuzz.js",
"test:perf": "node --test index.perf.js"
},
"license": "MIT",
"keywords": [
"Lambda",
"Middleware",
"Serverless",
"Framework",
"AWS",
"AWS Lambda",
"Middy",
"HTTP",
"API",
"JSON",
"Body Parser",
"JSON Body Parser"
],
"author": {
"name": "Middy contributors",
"url": "https://github.com/middyjs/middy/graphs/contributors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/middyjs/middy.git",
"directory": "packages/http-json-body-parser"
},
"bugs": {
"url": "https://github.com/middyjs/middy/issues"
},
"homepage": "https://middy.js.org",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/willfarrell"
},
"dependencies": {
"@middy/util": "6.4.5"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.101",
"type-fest": "^4.0.0"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
}