giso
Version:
AI-powered commit message suggestions for your Git workflow. `giso` analyzes your changes and offers intelligent commit message suggestions using cutting-edge AI providers
67 lines (66 loc) • 1.63 kB
JSON
{
"name": "giso",
"version": "0.2.0",
"preferGlobal": true,
"type": "module",
"description": "AI-powered commit message suggestions for your Git workflow. `giso` analyzes your changes and offers intelligent commit message suggestions using cutting-edge AI providers",
"main": "bin/giso.js",
"bin": {
"giso": "bin/giso.js"
},
"scripts": {
"build": "vite build",
"dev": "vite",
"start": "nodemon --watch src --exec node src/giso.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "npx prettier . --write"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.4.3",
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"vite": "^6.2.5"
},
"keywords": [
"ai",
"artificial intelligence",
"commit",
"commit message",
"git commit",
"version control",
"llm",
"large language model",
"openai",
"anthropic",
"claude",
"google gemini",
"deepseek",
"code analysis",
"developer tools",
"developer experience",
"dx",
"automation",
"suggestions",
"intelligent",
"secure",
"encrypted",
"multi-llm"
],
"author": "Selcuk Sarikoz <benimpostahesabim@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/selcuksarikoz/giso/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/selcuksarikoz/giso.git"
},
"homepage": "https://github.com/selcuksarikoz/giso#readme",
"dependencies": {
"chalk": "^4.1.2",
"inquirer": "^8.2.6",
"node-fetch": "^2.7.0",
"prompts": "^2.4.2"
}
}