-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 916 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 916 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
36
{
"name": "ease-commit",
"version": "1.0.6",
"description": "Generate clear, context-aware Git commit messages powered by the Gemini API, based on Git diffs and recent commit history.",
"bin": {
"ease-commit": "./bin/ease-commit.js",
"ease-commit-configure": "./bin/configure.js"
},
"files": [
"bin/",
"src/"
],
"dependencies": {
"axios": "^0.27.2",
"chalk": "^5.4.1",
"colorette": "^2.0.20",
"commander": "^13.1.0",
"dotenv": "^10.0.0",
"inquirer": "^8.2.4",
"yargs": "^17.7.2"
},
"scripts": {
"start": "node bin/ease-commit.js"
},
"preferGlobal": true,
"author": "Md Arslan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mdarslan7/ease-commit.git"
},
"bugs": {
"url": "https://github.com/mdarslan7/ease-commit/issues"
},
"homepage": "https://github.com/mdarslan7/ease-commit#readme"
}