UNPKG

@hapipal/hpal

Version:
81 lines (80 loc) 1.79 kB
{ "name": "@hapipal/hpal", "version": "3.1.0", "description": "hapi pal CLI", "main": "lib/index.js", "engines": { "node": ">=12" }, "directories": { "test": "test" }, "bin": { "hpal": "./bin/hpal" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L test/index.js test/print.js", "coveralls": "lab -r lcov 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": "5.x.x", "@hapi/bounce": "2.x.x", "@hapi/somever": "3.x.x", "@hapi/wreck": "17.x.x", "@hapipal/toys": "3.x.x", "bin-v8-flags-filter": ">=1.2.0 <2", "glob": "7.x.x", "marked": "1.x.x", "marked-terminal": "4.x.x", "mkdirp": "1.x.x", "mo-walk": ">=1.1.0 <2", "pkg-dir": "5.x.x", "pluralize": "8.x.x", "supports-color": "7.x.x" }, "peerDependencies": { "ts-node": "10.x.x", "typescript": "*" }, "peerDependenciesMeta": { "ts-node": { "optional": true }, "typescript": { "optional": true } }, "devDependencies": { "@hapi/boom": "9.x.x", "@hapi/code": "8.x.x", "@hapi/hapi": "20.x.x", "@hapi/lab": "24.x.x", "@hapipal/haute-couture": "4.x.x", "@types/hapi__hapi": "20.x.x", "coveralls": "3.x.x", "rimraf": "3.x.x", "strip-ansi": "6.x.x", "ts-node": "10.x.x", "typescript": "4.x.x" } }