@middy/ws-json-body-parser
Version:
WebSocket JSON body parser middleware for the middy framework
74 lines (73 loc) • 1.55 kB
JSON
{
"name": "@middy/ws-json-body-parser",
"version": "5.0.1",
"description": "WebSocket JSON body parser middleware for the middy framework",
"type": "module",
"engines": {
"node": ">=18"
},
"engineStrict": true,
"publishConfig": {
"access": "public"
},
"module": "./index.js",
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"default": "./index.js"
}
}
},
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "npm run test:unit",
"test:unit": "ava",
"test:benchmark": "node __benchmarks__/index.js"
},
"license": "MIT",
"keywords": [
"Lambda",
"Middleware",
"Serverless",
"Framework",
"AWS",
"AWS Lambda",
"Middy",
"WebSocket",
"WS",
"JSON",
"Body Parser",
"JSON Body Parser"
],
"author": {
"name": "Middy contributors",
"url": "https://github.com/middyjs/middy/graphs/contributors"
},
"repository": {
"type": "git",
"url": "github:middyjs/middy",
"directory": "packages/ws-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": "5.0.1"
},
"devDependencies": {
"@middy/core": "5.0.1",
"@types/aws-lambda": "^8.10.101",
"type-fest": "^4.0.0"
},
"gitHead": "b2d327653ca8c7786b6481d538be76fde714c0da"
}