@middy/validator
Version:
Validator middleware for the middy framework
95 lines (94 loc) • 1.92 kB
JSON
{
"name": "@middy/validator",
"version": "7.1.7",
"description": "Validator 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"
}
},
"./transpile": {
"import": {
"types": "./transpile.d.ts",
"default": "./transpile.js"
},
"require": {
"default": "./transpile.js"
}
}
},
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"transpile.js",
"transpile.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",
"Validator",
"JSON Schema"
],
"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/validator"
},
"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.1.7",
"ajv": "8.18.0",
"ajv-errors": "3.0.0",
"ajv-formats": "3.0.1",
"@silverbucket/ajv-formats-draft2019": "1.6.5",
"ajv-ftl-i18n": "0.1.1",
"ajv-keywords": "5.1.0"
},
"devDependencies": {
"@middy/core": "7.1.7",
"@types/aws-lambda": "^8.0.0",
"@types/http-errors": "^2.0.0",
"@types/node": "^22.0.0",
"ajv-bsontype": "^1.0.7",
"ajv-cmd": "^0.8.0"
}
}