{
  "name": "bossy",
  "description": "Command line options parser",
  "version": "4.0.3",
  "repository": "git://github.com/hapijs/bossy",
  "main": "lib/index.js",
  "keywords": [
    "cli",
    "command line",
    "options",
    "parser"
  ],
  "engines": {
    "node": ">=8.12.0"
  },
  "dependencies": {
    "boom": "7.x.x",
    "hoek": "6.x.x",
    "joi": "14.x.x"
  },
  "devDependencies": {
    "code": "5.x.x",
    "lab": "17.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -r html -o coverage.html"
  },
  "license": "BSD-3-Clause"
}
