hpal
Version:
hapi pal CLI
62 lines (61 loc) • 1.49 kB
JSON
{
"name": "hpal",
"version": "2.6.0",
"description": "hapi pal CLI",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"bin": {
"hpal": "./bin/hpal"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -I \"FinalizationRegistry,WeakRef\" test/index.js test/print.js",
"coveralls": "lab -r lcov -I \"FinalizationRegistry,WeakRef\" test/index.js test/print.js | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hapipal/hpal.git"
},
"keywords": [
"hapi",
"hapijs",
"pal",
"cli",
"scaffold",
"auto-generate",
"project",
"commands"
],
"author": "Devin Ivy <devin@bigroomstudios.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hapipal/hpal/issues"
},
"homepage": "https://github.com/hapipal/hpal#readme",
"dependencies": {
"@hapi/bossy": "4.x.x",
"@hapi/bounce": "1.x.x",
"@hapi/somever": "2.x.x",
"@hapi/wreck": "15.x.x",
"bin-v8-flags-filter": ">=1.2.0 <2",
"glob": "7.x.x",
"marked": "0.7.x",
"marked-terminal": "3.x.x",
"mkdirp": "0.5.x",
"pkg-dir": "4.x.x",
"pluralize": "7.x.x",
"supports-color": "6.x.x"
},
"devDependencies": {
"@hapi/boom": "7.x.x",
"@hapi/code": "5.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/hapi-19": "npm:@hapi/hapi@19",
"@hapi/lab": "19.x.x",
"coveralls": "3.x.x",
"haute-couture": "3.x.x",
"rimraf": "2.x.x",
"strip-ansi": "5.x.x"
}
}