UNPKG

@akitecht/workshopper

Version:

CLI utility that aids in running interactive workshops by providing a nice user experience encapsulating your workshop's code base.

41 lines (40 loc) 1.05 kB
{ "name": "@akitecht/workshopper", "version": "0.5.1", "description": "CLI utility that aids in running interactive workshops by providing a nice user experience encapsulating your workshop's code base.", "bin": { "workshopper": "./bin/index.js" }, "main": "./bin/index.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/samuelkubai/workshopper.git" }, "author": "Samuel Kubai Kamau <samuel.kubai@andela.com>", "license": "MIT", "dependencies": { "@octokit/rest": "^15.16.1", "colors": "^1.3.2", "commander": "^2.19.0", "inquirer": "^6.2.0", "marked": "^0.5.1", "marked-terminal": "^3.1.1", "shelljs": "^0.8.2" }, "bugs": { "url": "https://github.com/samuelkubai/workshopper/issues" }, "homepage": "https://github.com/samuelkubai/workshopper#readme", "directories": { "lib": "lib" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-js", "workshops", "cli" ] }