ai-commit
Version:
✨ Make Github commits easier with ChatGPT, Gitmoji and Conventional Commits 🚀
39 lines (38 loc) • 945 B
JSON
{
"name": "ai-commit",
"version": "2.1.1",
"type": "module",
"description": "✨ Make Github commits easier with ChatGPT, Gitmoji and Conventional Commits 🚀",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish:major": "npm version major && npm publish --access public"
},
"bin": {
"ai-commit": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/insulineru/ai-commit.git"
},
"keywords": [
"ai",
"chatgpt",
"commit",
"gitmoji",
"conventional",
"commits"
],
"author": "Insuline.ru <insuline.ru@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/insulineru/ai-commit/issues"
},
"homepage": "https://github.com/insulineru/ai-commit#readme",
"dependencies": {
"chatgpt": "^5.0.0",
"dotenv": "^16.0.3",
"gpt-3-encoder": "^1.1.4",
"inquirer": "^9.1.4"
}
}