@hapipal/confidence
Version:
Dynamic, declarative configurations
35 lines (34 loc) • 825 B
JSON
{
"name": "@hapipal/confidence",
"description": "Dynamic, declarative configurations",
"version": "6.0.2",
"repository": "git://github.com/hapipal/confidence",
"main": "lib/index.js",
"keywords": [
"hapi",
"configuration",
"api",
"a/b"
],
"dependencies": {
"@hapi/bossy": ">=5.1.0 <6",
"@hapi/bourne": "2.x.x",
"@hapi/hoek": "9.x.x",
"joi": "17.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x",
"coveralls": "3.x.x"
},
"bin": {
"confidence": "bin/confidence"
},
"scripts": {
"test": "lab -t 100 -a @hapi/code -L",
"coveralls": "lab -r lcov | coveralls",
"lint-fix": "lab -t 100 -a @hapi/code -L --lint-fix",
"test-cov-html": "lab -r html -o coverage.html -a @hapi/code -L"
},
"license": "BSD-3-Clause"
}