{
    "name":        "microkernel-mod-hapi",
    "version":     "1.5.2",
    "description": "Microkernel module for integrating HAPI",
    "keywords": [
        "microkernel", "module", "hapi"
    ],
    "repository": {
        "type": "git",
        "url":  "https://github.com/rse/microkernel-mod-hapi.git"
    },
    "author": {
        "name":  "Dr. Ralf S. Engelschall",
        "email": "rse@engelschall.com",
        "url":   "http://engelschall.com"
    },
    "license":  "MIT",
    "homepage": "https://github.com/rse/microkernel-mod-hapi",
    "bugs":     "https://github.com/rse/microkernel-mod-hapi/issues",
    "dependencies": {
        "mz":                         "2.7.0",
        "@hapi/hapi":                 "20.0.3",
        "@hapi/basic":                "6.0.0",
        "hapi-auth-jwt2":             "10.2.0",
        "hapi-plugin-co":             "1.1.4",
        "hapi-plugin-ducky":          "1.1.4",
        "hapi-plugin-header":         "1.1.4",
        "hapi-plugin-traffic":        "1.1.4",
        "hapi-plugin-websocket":      "2.3.2",
        "@hapi/inert":                "6.0.3",
        "jsonwebtoken":               "8.5.1"
    },
    "devDependencies": {
        "babel-eslint":               "10.1.0",
        "eslint":                     "7.17.0",
        "eslint-config-standard":     "16.0.2",
        "eslint-plugin-promise":      "4.2.1",
        "eslint-plugin-import":       "2.22.1",
        "eslint-plugin-node":         "11.1.0"
    },
    "peerDependencies": {
        "microkernel":                "*",
        "microkernel-mod-ctx":        "*",
        "microkernel-mod-logger":     "*"
    },
    "engines": {
        "node":                       ">=10.0.0"
    },
    "scripts": {
        "prepublishOnly": "eslint --config eslint.yaml microkernel-mod-hapi.js",
        "test":           "node test.js"
    },
    "main": "microkernel-mod-hapi.js"
}
