mrgit
Version:
A tool for managing projects build using multiple repositories.
59 lines (58 loc) • 1.2 kB
JSON
{
"name": "mrgit",
"version": "4.0.0",
"description": "A tool for managing projects build using multiple repositories.",
"keywords": [
"git",
"repository",
"submodule",
"package",
"multi-repository",
"multi-repo",
"lerna",
"yarn",
"workspaces"
],
"main": "index.js",
"dependencies": {
"chalk": "^4.1.0",
"cli-table": "^0.3.1",
"generic-pool": "^3.7.1",
"meow": "^9.0.0",
"minimatch": "^4.0.0",
"minimist": "^1.2.5",
"minimist-options": "^4.1.0",
"shelljs": "^0.8.4",
"upath": "^2.0.0"
},
"resolutions": {
"string-width": "^4.0.0",
"wrap-ansi": "^7.0.0",
"semver": "^7.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cksource/mrgit.git"
},
"engines": {
"node": ">=22.0.0"
},
"author": "CKSource (http://cksource.com/)",
"license": "MIT",
"bugs": "https://github.com/cksource/mrgit/issues",
"homepage": "https://github.com/cksource/mrgit#readme",
"bin": {
"mrgit": "./index.js"
},
"files": [
"index.js",
"lib",
"README.md",
"CHANGELOG.md"
],
"lint-staged": {
"**/*.{js,mjs}": [
"eslint --quiet"
]
}
}