UNPKG

@middy/validator

Version:

Validator middleware for the middy framework

87 lines (86 loc) 1.82 kB
{ "name": "@middy/validator", "version": "4.2.1", "description": "Validator middleware for the middy framework", "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" } }, "./transpile": { "import": { "types": "./transpile.d.ts", "default": "./transpile.js" }, "require": { "types": "./transpile.d.ts", "default": "./transpile.cjs" } } }, "types": "index.d.ts", "files": [ "index.js", "index.cjs", "index.d.ts", "transpile.js", "transpile.cjs", "transpile.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", "Middy", "Validator", "JSON Schema" ], "author": { "name": "Middy contributors", "url": "https://github.com/middyjs/middy/graphs/contributors" }, "repository": { "type": "git", "url": "github:middyjs/middy", "directory": "packages/validator" }, "bugs": { "url": "https://github.com/middyjs/middy/issues" }, "homepage": "https://middy.js.org", "dependencies": { "@middy/util": "4.2.1", "ajv-cmd": "0.2.2" }, "devDependencies": { "@middy/core": "4.2.1", "@types/http-errors": "^2.0.0", "ajv-bsontype": "^1.0.7" }, "gitHead": "11f14b78bac5486ae104de735f8d588a385e93af" }