UNPKG

@middy/core

Version:

🛵 The stylish Node.js middleware engine for AWS Lambda (core package)

50 lines (49 loc) • 1.08 kB
{ "name": "@middy/core", "version": "2.5.0", "description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)", "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" ], "author": { "name": "Middy contributors", "url": "https://github.com/middyjs/middy/graphs/contributors" }, "repository": { "type": "git", "url": "github:middyjs/middy", "directory": "packages/core" }, "bugs": { "url": "https://github.com/middyjs/middy/issues" }, "homepage": "https://github.com/middyjs/middy#readme", "devDependencies": { "@types/aws-lambda": "^8.10.76", "@types/node": "^16.0.0" }, "gitHead": "76d2bc02b48a4bbd054904538f5c4798ba3c4f7f" }