{
  "name": "hapi-openapi",
  "description": "Design-driven apis with OpenAPI (formerly Swagger) 2.0 and hapi.",
  "version": "3.0.0",
  "author": "Trevor Livingston <tlivings@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/krakenjs/hapi-openapi.git"
  },
  "bugs": "http://github.com/krakenjs/hapi-openapi/issues",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": ">=12"
  },
  "dependencies": {
    "@hapi/hoek": "^9.0.4",
    "dot-prop": "^5.2.0",
    "enjoi": "^9.0.0",
    "joi": "^17.1.0",
    "js-yaml": "^3.11.0",
    "merge-object-files": "^2.0.0",
    "swagger-parser": "^9.0.1"
  },
  "devDependencies": {
    "@hapi/boom": "^9.1.0",
    "@hapi/eslint-config-hapi": "^13.0.2",
    "@hapi/eslint-plugin-hapi": "^4.3.5",
    "@hapi/hapi": "^20.0.3",
    "eslint": "^6.8.0",
    "eslint-config-hapi": "^12.0.0",
    "eslint-plugin-hapi": "^4.1.0",
    "nyc": "^15.0.0",
    "tape": "^5.0.0"
  },
  "scripts": {
    "test": "tape test/*.js",
    "cover": "nyc npm test",
    "lint": "eslint lib"
  },
  "license": "Apache-2.0",
  "main": "./lib/index",
  "keywords": [
    "openapi",
    "swagger",
    "swaggerize",
    "hapi",
    "rest",
    "restful",
    "service",
    "api",
    "soa"
  ]
}
