UNPKG

hackerearth-cli

Version:

HackerEarth Node CLI for running and compiling code

41 lines (40 loc) 953 B
{ "name": "hackerearth-cli", "version": "1.0.3", "description": "HackerEarth Node CLI for running and compiling code", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ManrajGrover/HackerEarth-CLI.git" }, "bin": { "hackerearth": "cli.js" }, "keywords": [ "hackerearth", "node", "cli", "run", "compile", "code", "programming" ], "author": "Manraj Singh <manrajsinghgrover@gmail.com> (http://manrajsingh.in)", "license": "MIT", "bugs": { "url": "https://github.com/ManrajGrover/HackerEarth-CLI/issues" }, "homepage": "https://github.com/ManrajGrover/HackerEarth-CLI#readme", "dependencies": { "chalk": "1.1.3", "cli-table": "0.3.1", "fs": "0.0.2", "inquirer": "1.0.3", "js-string-escape": "1.0.1", "ora": "0.2.3", "request": "2.72.0", "yargs": "4.7.1" } }