Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Jan 28, 2024
1 parent f372fcc commit 201ed82
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "@laststance/git-gpt-commit",
"version": "0.7.0-beta09",
"description": "An AI-powered Git extension that generates commit messages using OpenAI's GPT-3, streamlining the commit process and improving developer productivity.",
"main": "index.js",
"type": "module",
"scripts": {},
"repository": {
"type": "git",
"url": "[email protected]:laststance/git-commit-gpt.git"
},
"files": [
"README.md",
"index.js"
],
"author": "Ryota Murakami <[email protected]> (https://github.com/ryota-murakami)",
"license": "MIT",
"bugs": {
"url": "https://github.com/laststance/git-commit-gpt/issues"
},
"homepage": "https://github.com/laststance/git-commit-gpt#readme",
"dependencies": {
"commander": "^10.0.0",
"dotenv": "^16.0.3",
"openai": "^4.26.0",
"prompts": "^2.4.2"
},
"bin": {
"git-gpt": "./index.js"
}
"name": "@laststance/git-gpt-commit",
"version": "0.7.0",
"description": "An AI-powered Git extension that generates commit messages using OpenAI's GPT-3, streamlining the commit process and improving developer productivity.",
"main": "index.js",
"type": "module",
"scripts": {},
"repository": {
"type": "git",
"url": "[email protected]:laststance/git-commit-gpt.git"
},
"files": [
"README.md",
"index.js"
],
"author": "Ryota Murakami <[email protected]> (https://github.com/ryota-murakami)",
"license": "MIT",
"bugs": {
"url": "https://github.com/laststance/git-commit-gpt/issues"
},
"homepage": "https://github.com/laststance/git-commit-gpt#readme",
"dependencies": {
"commander": "^10.0.0",
"dotenv": "^16.0.3",
"openai": "^4.26.0",
"prompts": "^2.4.2"
},
"bin": {
"git-gpt": "./index.js"
}
}

0 comments on commit 201ed82

Please sign in to comment.