gmsc
Version:
Git Multi-repo Sync Command - Manage multiple git repositories in parallel
51 lines (50 loc) • 984 B
JSON
{
"name": "gmsc",
"version": "1.0.1",
"description": "Git Multi-repo Sync Command - Manage multiple git repositories in parallel",
"main": "index.js",
"bin": {
"gms": "./bin/gms.js",
"gmsc": "./bin/gms.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"git",
"multi-repo",
"cli",
"parallel",
"repository",
"sync",
"monorepo",
"workspace",
"batch",
"command"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/gms.git"
},
"bugs": {
"url": "https://github.com/yourusername/gms/issues"
},
"homepage": "https://github.com/yourusername/gms#readme",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"ora": "^8.0.1",
"p-limit": "^5.0.0"
},
"type": "module",
"engines": {
"node": ">=16.0.0"
},
"files": [
"bin/",
"README.md",
"LICENSE"
]
}