{
    "name": "@pixul/hapi-swagger",
    "description": "A swagger documentation UI generator plugin for hapi",
    "version": "9.5.0",
    "author": "Glenn Jones",
    "repository": {
        "type": "git",
        "url": "git://github.com/glennjones/hapi-swagger.git"
    },
    "main": "index.js",
    "files": [
        "lib",
        "public",
        "index.js"
    ],
    "keywords": [
        "api",
        "docs",
        "swagger",
        "hapi",
        "joi"
    ],
    "license": "MIT",
    "engines": {
        "node": ">=8.0.0"
    },
    "dependencies": {
        "@hapi/boom": "^7.4.2",
        "@hapi/hoek": "^6.2.1",
        "joi": "^13.7.0",
        "handlebars": "^4.1.2",
        "http-status": "^1.0.1",
        "json-schema-ref-parser": "^6.1.0",
        "swagger-parser": "4.0.2"
    },
    "devDependencies": {
        "@hapi/basic": "^5.1.0",
        "@hapi/code": "^5.3.1",
        "@hapi/good": "^8.2.0",
        "@hapi/good-console": "^8.1.0",
        "@hapi/good-squeeze": "^5.2.0",
        "@hapi/h2o2": "^8.3.0",
        "@hapi/hapi": "^18.3.1",
        "@hapi/inert": "^5.2.0",
        "@hapi/lab": "^18.1.2",
        "@hapi/vision": "^5.5.2",
        "@hapi/wreck": "^15.0.1",
        "babel-eslint": "^10.0.1",
        "blipp": "^3.0.0",
        "chalk": "^2.3.1",
        "coveralls": "^3.0.3",
        "eslint": "^5.15.1",
        "eslint-config-prettier": "^4.1.0",
        "hapi-api-version": "^1.4.0",
        "hapi-auth-bearer-token": "^6.1.1",
        "hapi-auth-jwt2": "^8.0.0",
        "husky": "^1.3.1",
        "js2xmlparser": "^3.0.0",
        "jsonwebtoken": "^8.1.1",
        "prettier": "^1.16.4",
        "swagger-client": "^3.8.25"
    },
    "scripts": {
        "start": "node ./bin/test-server.js",
        "lint": "eslint .",
        "test": "lab -L -t 99",
        "test-cov-html": "lab -r html -o coverage.html",
        "test-cov-coveralls": "./node_modules/.bin/lab -r lcov | ./node_modules/.bin/coveralls"
    },
    "peerDependencies": {
        "@hapi/hapi": "=>18.3.1"
    },
    "husky": {
        "hooks": {
            "pre-commit": "npm test",
            "pre-push": "npm test"
        }
    },
    "prettier": {
        "printWidth": 120,
        "singleQuote": true,
        "trailingComma": "none"
    }
}
