@mazaherimahdi/gptcommit
Version:
A tool for creating commit messages using GPT-3
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "@mazaherimahdi/gptcommit",
"version": "1.2.1",
"description": "A tool for creating commit messages using GPT-3",
"licenses": "MIT",
"main": "index.js",
"bin": {
"gptcommit": "./lib/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "pkg . --targets node14-macos-x64 --output gptcommit"
},
"keywords": [
"gpt3",
"gpt-3",
"commit",
"commit message",
"commit messages",
"gptcommit",
"gpt-commit",
"gpt-commit-message",
"gpt-commit-messages",
"gpt-commit-message-generator",
"gpt-commit-messag"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11",
"@types/yargs": "^17.0.24",
"pkg": "^5.8.1"
},
"dependencies": {
"@clack/core": "latest",
"@clack/prompts": "latest",
"openai": "^3.2.1",
"yargs": "^17.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazaheriMahdi/gptcommit.git"
},
"bugs": {
"url": "https://github.com/mazaheriMahdi/gptcommit/issues"
},
"homepage": "https://github.com/mazaheriMahdi/gptcommit#readme"
}