-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 950 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "gitlaboy",
"version": "1.0.9",
"description": "适配GitLab的cli客户端,可以提供创建mr,创建cherry-pick等操作。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {},
"homepage": "https://github.com/Leochens/gitlaboy",
"bin": {
"gt-cb": "bin/gt-cb",
"gt-cp": "bin/gt-cp",
"gt-mr": "bin/gt-mr",
"gt-rv": "bin/gt-review",
"gt-rvq": "bin/gt-review-quick",
"gt-init": "bin/gt-init",
"gt-regist": "bin/gt-regist",
"gt-list": "bin/gt-list",
"gt-config": "bin/gt-config",
"gt-remove": "bin/gt-remove",
"gt-uv": "bin/gt-update-version",
"gt-db": "bin/gt-delete-branch"
},
"dependencies": {
"@gitbeaker/rest": "^40.0.3",
"axios": "^1.6.2",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"download-git-repo": "^0.0.2",
"inquirer": "^6.2.2"
},
"author": "zhl",
"license": "ISC"
}