@middy/util
Version:
🛵 The stylish Node.js middleware engine for AWS Lambda (util package)
74 lines (73 loc) • 1.52 kB
JSON
{
"name": "@middy/util",
"version": "6.4.3",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (util package)",
"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",
"type-utils.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",
"helper",
"util"
],
"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/util"
},
"bugs": {
"url": "https://github.com/middyjs/middy/issues"
},
"devDependencies": {
"@aws-sdk/client-ssm": "^3.0.0",
"@middy/core": "6.4.3",
"@types/aws-lambda": "^8.10.76",
"@types/node": "^20.0.0",
"aws-xray-sdk": "^3.3.3"
},
"homepage": "https://middy.js.org",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/willfarrell"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
}