{
  "name": "rapptor",
  "description": "Opinionated web framework built on top of hapi",
  "homepage": "https://github.com/firstandthird/rapptor",
  "author": "First+Third",
  "version": "12.0.1",
  "keywords": [
    "hapi",
    "framework",
    "app"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/firstandthird/rapptor.git"
  },
  "scripts": {
    "test": "tap",
    "lint": "eslint .",
    "config": "node bin/rapptor.js config",
    "example": "cd example && nodemon ../bin/rapptor.js"
  },
  "bin": {
    "rapptor": "bin/rapptor.js"
  },
  "dependencies": {
    "@hapi/hapi": "^20.0.2",
    "hapi-confi": "^10.0.0",
    "hapi-favicon": "^2.1.0",
    "hapi-health": "^1.3.0",
    "hapi-log-response": "^5.0.0",
    "hapi-logr": "^9.0.4",
    "hapi-method-loader": "^3.1.1",
    "hapi-prom": "^3.2.0",
    "hapi-require-https": "^5.0.0",
    "hapi-route-loader": "^4.1.0",
    "hapi-trailing-slash": "^3.1.0",
    "json-stringify-safe": "^5.0.1"
  },
  "devDependencies": {
    "@hapi/boom": "^9.1.0",
    "@hapi/inert": "^6.0.3",
    "@hapi/vision": "^6.0.1",
    "eslint": "^7.13.0",
    "eslint-config-firstandthird": "^6.0.2",
    "eslint-plugin-import": "^2.14.0",
    "handlebars": "^4.0.12",
    "nodemon": "^2.0.6",
    "tap": "^14.11.0"
  }
}
