-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 924 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 924 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
{
"name": "commit-summarize",
"version": "1.0.2",
"description": "This Node.js script automatically generates concise and descriptive Git commit messages using OpenAI's API. It analyzes your staged changes and provides a meaningful commit message in two parts:",
"main": "index.cjs",
"dependencies": {
"axios": "^1.7.9",
"chalk": "4.1.2",
"child_process": "^1.0.2",
"dotenv": "^16.4.7",
"lamda": "^0.4.1",
"ramda": "^0.30.1",
"readline": "^1.3.0"
},
"devDependencies": {},
"scripts": {
"start": "node index.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chienweiluo/commit-summarize.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chienweiluo/commit-summarize/issues"
},
"bin": {
"commit-summarize": "./index.cjs"
},
"homepage": "https://github.com/chienweiluo/commit-summarize#readme"
}