-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 988 Bytes
/
package.json
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
36
37
{
"name": "gitcmmt",
"version": "1.0.2",
"description": "`gitcmmt` is a lightweight and user-friendly CLI tool designed to simplify and streamline your Git workflow. It automates common Git tasks like staging, committing, and pushing changes, while allowing flexibility through configurable options",
"main": "index.js",
"bin": {
"gitcmmt": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"git commit",
"commits",
"git",
"message",
"pre commit",
"auto committer",
"commit generator",
"commit cli",
"commit message"
],
"author": "Usmonov Azizbek",
"dependencies": {
"chalk": "^4.1.2",
"yargs": "^17.7.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/usmonovdev/gitcmmt.git"
},
"bugs": {
"url": "https://github.com/usmonovdev/gitcmmt/issues"
},
"homepage": "https://github.com/usmonovdev/gitcmmt"
}