{
  "name": "blipp",
  "version": "4.0.2",
  "description": "blipp is a simple hapi plugin to display the routes table at startup",
  "main": "lib/index.js",
  "scripts": {
    "test": "lab -a @hapi/code -v -t 100 -L -I queueMicrotask"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/danielb2/blipp"
  },
  "keywords": [
    "hapi",
    "plugin",
    "hapi-plugin"
  ],
  "author": "Daniel Bretoi",
  "license": "BSD",
  "dependencies": {
    "chalk": "4.x.x",
    "easy-table": "1.x.x",
    "@hapi/hoek": "9.x.x",
    "joi": "17.x.x"
  },
  "devDependencies": {
    "@hapi/code": "8.x.x",
    "@hapi/hapi": "20.x.x",
    "@hapi/basic": "6.x.x",
    "@hapi/lab": "24.x.x"
  }
}
