{
  "name": "openapi-request-validator",
  "version": "12.1.3",
  "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.3",
    "openapi-types": "^12.1.3",
    "ts-log": "^2.1.4"
  },
  "gitHead": "09fed6d77536b3d7d1d38a2630a096041da773ee"
}
