{
	"name": "@middy/http-cors",
	"version": "7.2.1",
	"description": "CORS (Cross-Origin Resource Sharing) middleware for the middy framework",
	"type": "module",
	"engines": {
		"node": ">=22"
	},
	"engineStrict": true,
	"publishConfig": {
		"access": "public"
	},
	"module": "./index.js",
	"sideEffects": false,
	"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",
		"CORS",
		"Cross-Origin Resource Sharing"
	],
	"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-cors"
	},
	"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": "7.2.1"
	},
	"devDependencies": {
		"@middy/core": "7.2.1",
		"@types/aws-lambda": "^8.0.0",
		"@types/node": "^22.0.0"
	}
}
