{
  "name": "openapi-request-coercer",
  "version": "12.1.3",
  "description": "Coerce request properties according to an openapi parameter list.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "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-coercer",
  "keywords": [
    "openapi",
    "coercion",
    "request",
    "coercer",
    "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-coercer#readme",
  "dependencies": {
    "openapi-types": "^12.1.3",
    "ts-log": "^2.1.4"
  },
  "gitHead": "09fed6d77536b3d7d1d38a2630a096041da773ee"
}
