Skip to content

Commit e68976f

Browse files
0.7.2
1 parent 90ca548 commit e68976f

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "@laststance/git-gpt-commit",
3-
"version": "0.7.1",
4-
"description": "An AI-powered Git extension that generates commit messages using OpenAI's GPT-3, streamlining the commit process and improving developer productivity.",
5-
"main": "index.js",
6-
"type": "module",
7-
"scripts": {},
8-
"repository": {
9-
"type": "git",
10-
"url": "[email protected]:laststance/git-commit-gpt.git"
11-
},
12-
"files": [
13-
"README.md",
14-
"index.js"
15-
],
16-
"author": "Ryota Murakami <[email protected]> (https://github.com/ryota-murakami)",
17-
"license": "MIT",
18-
"bugs": {
19-
"url": "https://github.com/laststance/git-commit-gpt/issues"
20-
},
21-
"homepage": "https://github.com/laststance/git-commit-gpt#readme",
22-
"dependencies": {
23-
"commander": "^10.0.0",
24-
"dotenv": "^16.0.3",
25-
"openai": "^4.26.0",
26-
"prompts": "^2.4.2"
27-
},
28-
"bin": {
29-
"git-gpt": "./index.js"
30-
}
2+
"name": "@laststance/git-gpt-commit",
3+
"version": "0.7.2",
4+
"description": "An AI-powered Git extension that generates commit messages using OpenAI's GPT-3, streamlining the commit process and improving developer productivity.",
5+
"main": "index.js",
6+
"type": "module",
7+
"scripts": {},
8+
"repository": {
9+
"type": "git",
10+
"url": "[email protected]:laststance/git-commit-gpt.git"
11+
},
12+
"files": [
13+
"README.md",
14+
"index.js"
15+
],
16+
"author": "Ryota Murakami <[email protected]> (https://github.com/ryota-murakami)",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/laststance/git-commit-gpt/issues"
20+
},
21+
"homepage": "https://github.com/laststance/git-commit-gpt#readme",
22+
"dependencies": {
23+
"commander": "^10.0.0",
24+
"dotenv": "^16.0.3",
25+
"openai": "^4.26.0",
26+
"prompts": "^2.4.2"
27+
},
28+
"bin": {
29+
"git-gpt": "./index.js"
30+
}
3131
}

0 commit comments

Comments
 (0)