hubnow
Version:
Git clone cli to select and clone a remote repo using the GitHub GraphQL API
51 lines (50 loc) • 1.11 kB
JSON
{
"name": "hubnow",
"version": "0.1.2",
"description": "Git clone cli to select and clone a remote repo using the GitHub GraphQL API",
"main": "hubnow.js",
"engines": {
"node": ">=8"
},
"bin": {
"hubnow": "hubnow.js"
},
"files": [
"hubnow.js"
],
"scripts": {
"start": "node hubnow.js",
"lint": "eslint *.js --fix",
"prepublishOnly": "npm run lint && npm version patch && git push && git push --tags"
},
"keywords": [
"git",
"cli",
"github",
"cmd",
"select",
"terminal",
"GraphQL",
"api",
"git-clone"
],
"author": "Roberto Entringer",
"license": "MIT",
"devDependencies": {
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"prettier": "^2.2.1"
},
"dependencies": {
"inquirer": "^7.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertoentringer/hubnow.git"
},
"bugs": {
"url": "https://github.com/robertoentringer/hubnow/issues"
},
"homepage": "https://github.com/robertoentringer/hubnow#readme"
}