@middy/core
Version:
🛵 The stylish Node.js middleware engine for AWS Lambda (core package)
71 lines (70 loc) • 1.52 kB
JSON
{
"name": "@middy/core",
"version": "4.6.4",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)",
"type": "module",
"engines": {
"node": ">=16"
},
"engineStrict": true,
"publishConfig": {
"access": "public"
},
"main": "./index.cjs",
"module": "./index.js",
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"default": "./index.js"
},
"require": {
"types": "./index.d.ts",
"default": "./index.cjs"
}
}
},
"types": "index.d.ts",
"files": [
"index.js",
"index.cjs",
"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"
],
"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://middy.js.org",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/willfarrell"
},
"devDependencies": {
"@datastream/core": "0.0.35",
"@types/aws-lambda": "^8.10.76",
"@types/node": "^20.0.0"
},
"gitHead": "706ec39ce569407d51007200b995542ad3d7af2b"
}