UNPKG

openapi-request-validator

Version:
38 lines (37 loc) 1.11 kB
{ "name": "openapi-request-validator", "version": "12.1.0", "description": "Validate request properties against an OpenAPI spec.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "cover": "../../bin/nyc", "prepare": "../../bin/tsc", "test-watch": "../../bin/tsc && ../../bin/mocha --watch-extensions ts -w", "test": "../../bin/mocha" }, "repository": "https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-request-validator", "keywords": [ "openapi", "validator", "jsonschema" ], "author": "Joseph Spencer", "license": "MIT", "bugs": { "url": "https://github.com/kogosoftwarellc/open-api/issues" }, "homepage": "https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-request-validator#readme", "dependencies": { "ajv": "^8.3.0", "ajv-formats": "^2.1.0", "content-type": "^1.0.4", "openapi-jsonschema-parameters": "^12.1.0", "openapi-types": "^12.1.0", "ts-log": "^2.1.4" }, "gitHead": "2256840df589723c2fadbde293317b1eb95c9ef9" }