UNPKG

@varnalab/cli

Version:
36 lines (35 loc) 765 B
{ "name": "@varnalab/cli", "version": "1.1.1", "description": "VarnaLab CLI Tool", "keywords": [], "license": "MIT", "homepage": "https://github.com/VarnaLab/varnalab-cli", "author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)", "repository": { "type": "git", "url": "https://github.com/VarnaLab/varnalab-cli.git" }, "dependencies": { "cli-table": "^0.3.1", "minimist": "^1.2.0", "node-routeros": "^1.5.0" }, "devDependencies": {}, "bin": { "varnalab": "./bin/varnalab.js", "varnalab-whois": "./bin/whois.js" }, "main": "", "files": [ "bin/", "whois/", "LICENSE", "README.md", "package.json" ], "scripts": {}, "engines": { "node": ">=8.0.0" } }