{
  "name": "json-schema-to-openapi-schema",
  "version": "0.4.0",
  "description": "Converts a JSON Schema to OpenAPI Schema Object",
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=html --reporter=text mocha",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": "github:openapi-js/json-schema-to-openapi-schema",
  "author": "Phil Sturgeon <me@philsturgeon.uk>",
  "license": "MIT",
  "devDependencies": {
    "coveralls": "^3.0.0",
    "mocha": "^5.0.0",
    "nyc": "^11.6.0",
    "should": "^13.2.0"
  },
  "dependencies": {
    "@cloudflare/json-schema-walker": "^0.1.1"
  }
}
