github-push-global
Version:
Commit in all repositories with a command
64 lines (63 loc) • 1.18 kB
JSON
{
"name": "github-push-global",
"main": "index.js",
"bin": {
"github-push-global": "index.js"
},
"preferGlobal": true,
"version": "1.1.1",
"description": "Commit in all repositories with a command",
"author": {
"email": "TiagoDanin@outlook.com",
"name": "Tiago Danin",
"url": "https://TiagoDanin.github.io"
},
"license": "MIT",
"keywords": [
"git",
"github",
"github-app",
"github-tools",
"global",
"push"
],
"scripts": {
"start": "node index.js",
"test": "xo"
},
"engines": {
"node": ">=8"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/TiagoDanin/GitHub-Push-Global.git"
},
"homepage": "https://TiagoDanin.github.io/GitHub-Push-Global",
"bugs": {
"url": "https://github.com/TiagoDanin/GitHub-Push-Global/issues"
},
"github": {
"name": "GitHub-Push-Global",
"owner": "TiagoDanin"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"package.json"
],
"dependencies": {
"@octokit/rest": "16.36.0",
"axios": "^0.19.1",
"js-yaml": "3.13.1",
"meow": "^6.0.0",
"update-notifier": "^4.0.0"
},
"devDependencies": {
"xo": "^0.25.3"
},
"xo": {
"semicolon": false
}
}