penthouse-cli
Version:
Penthouse cli tool
24 lines (23 loc) • 495 B
JSON
{
"name": "penthouse-cli",
"version": "2.0.1",
"description": "Penthouse cli tool",
"bin": {
"penthouse": "./bin/penthouse-cli"
},
"main": "index",
"keywords": [
"Penthouse",
"cli-tool"
],
"repository": {
"type": "git",
"url": "git+https://github.com/duckchip/penthouse-cli.git"
},
"author": "Tristan Hofman",
"license": "ISC",
"dependencies": {
"penthouse": "^2.2.2",
"yargs": "^15.3.0"
}
}