{
  "name": "@commercial/joi",
  "description": "Object schema validation",
  "version": "12.1.0",
  "homepage": "https://github.com/hapijs/joi",
  "repository": "git://github.com/hapijs/joi",
  "main": "lib/index.js",
  "keywords": [
    "hapi",
    "schema",
    "validation"
  ],
  "dependencies": {
    "@commercial/address": "1.x.x",
    "@commercial/hoek": "4.x.x",
    "@commercial/topo": "2.x.x"
  },
  "devDependencies": {
    "code": "4.x.x",
    "lab": "14.x.x"
  },
  "scripts": {
    "test": "lab -t 100 -a code -L -l",
    "test-cov-html": "lab -r html -o coverage.html -a code -l"
  },
  "license": "SEE LICENSE IN LICENSE.md"
}
