gtw
Version:
git
32 lines (31 loc) • 523 B
JSON
{
"name": "gtw",
"version": "1.0.0-beta.6",
"description": "git",
"main": "index.js",
"bin": {
"gtw": "bin/bin.js",
"wg": "bin/bin.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "qiang.tian"
},
"license": "MIT",
"dependencies": {
"colors": "^1.4.0",
"commander": "^8.0.0",
"fs-extra": "^10.0.0"
},
"engines": {
"node": ">=10.20.0"
},
"keywords": [
"git",
"hooks",
"pre-checkout",
"node"
]
}