{
  "name": "@hapi/oppsy",
  "version": "3.0.0",
  "repository": "git://github.com/hapijs/oppsy",
  "description": "An EventEmitter useful for collecting hapi server ops information",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "keywords": [
    "hapi",
    "ops",
    "plugin"
  ],
  "dependencies": {
    "@hapi/hoek": "9.x.x"
  },
  "devDependencies": {
    "@hapi/code": "8.x.x",
    "@hapi/hapi": "19.x.x",
    "@hapi/lab": "22.x.x"
  },
  "scripts": {
    "test": "lab -a @hapi/code -t 100 -L"
  },
  "license": "BSD-3-Clause"
}
