{ "name": "git2up", "version": "1.0.6", "description": "", "main": "app.js", "bin": { "git2up": "bin/git2up" }, "repository": { "type": "git", "url": "http://git.poorman.top/topuser/eyc.git" }, "scripts": { "start": "git2up check", "sync": "git2up sync" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "commander": "^4.0.1", "inquirer": "^7.0.0", "ora": "^4.0.2" } }