UNPKG

hero

Version:

Functional CLI framework for Node.js.

58 lines (57 loc) 995 B
{ "name": "hero", "version": "0.0.0", "description": "Functional CLI framework for Node.js.", "homepage": "https://cjpatoilo.com/hero", "repository": "cjpatoilo/hero", "license": "MIT", "author": "CJ Patoilo <cjpatoilo@gmail.com>", "main": "index.js", "keywords": [ "🐥", "arg", "argument", "arguments", "argv", "bin", "cli", "cmd", "command", "console", "flags", "helper", "input", "line", "option", "options", "parser", "util", "utility" ], "ignore": [ "docs", ".appveyor.yml", ".editorconfig", ".github", ".gitignore", ".travis.yml" ], "dependencies": { "rasper": "*" }, "devDependencies": { "ava": "^0.25.0", "editorconfig-tools": "^0.1.1", "eslint": "^4.16.0", "eslint-config-styled": "0.0.2", "husky": "^0.14.3", "nyc": "^11.4.1" }, "engines": { "node": ">=6" }, "scripts": { "precommit": "npm t", "test": "nyc ava && eslint . -c styled --ignore-path .gitignore && editorconfig-tools check ." } }