UNPKG

hoppa-cli

Version:
35 lines (34 loc) 746 B
{ "name": "hoppa-cli", "version": "0.0.2", "description": "Powerful task for developers", "main": "index.js", "scripts": { "start": "node src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "task": "src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/themisir/hoppa-cli.git" }, "keywords": [ "task", "cli", "task-cli", "hoppa" ], "author": "Misir Jafarov", "license": "MIT", "bugs": { "url": "https://github.com/themisir/hoppa-cli/issues" }, "homepage": "https://github.com/themisir/hoppa-cli#readme", "dependencies": { "chalk": "^2.4.2", "readline-sync": "^1.4.9", "string-similarity": "^3.0.0" } }