helpsheet-cli
Version:
Modular offline terminal help system with Git, NPM, Docker commands and extensible architecture for more developer tools
57 lines (56 loc) • 1.29 kB
JSON
{
"name": "helpsheet-cli",
"version": "1.2.1",
"description": "Modular offline terminal help system with Git, NPM, Docker commands and extensible architecture for more developer tools",
"main": "cli.js",
"bin": {
"helpsheet": "cli.js"
},
"scripts": {
"start": "node cli.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm audit --audit-level moderate"
},
"keywords": [
"helpsheet",
"offline-help",
"terminal-help",
"git",
"cli",
"cheatsheet",
"developer-tools",
"git-commands",
"interactive",
"terminal",
"npm-help",
"github-cli",
"docker-help",
"command-reference"
],
"author": "Samuel Urah Yahaya <urahsamuel0202@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Sammy949/cheats-cli.git"
},
"homepage": "https://github.com/Sammy949/cheats-cli#readme",
"bugs": {
"url": "https://github.com/Sammy949/cheats-cli/issues"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"boxen": "^6.2.1",
"chalk": "^4.1.2",
"clipboardy": "^4.0.0",
"figlet": "^1.8.2",
"inquirer": "^8.2.6"
},
"files": [
"cli.js",
"commands/",
"README.md",
"LICENSE"
]
}