{
"author": "Eugen Soloviov",
"bin": {
"aicommit": "./index.js"
},
"bugs": {
"url": "https://github.com/suenot/aicommit/issues"
},
"description": "A CLI tool that generates concise and descriptive git commit messages using LLM",
"directories": {
"doc": "docs",
"test": "tests"
},
"files": [
"index.js",
"bin/*"
],
"homepage": "https://github.com/suenot/aicommit#readme",
"keywords": [
"git",
"ai",
"version",
"commit",
"autocommit",
"llm",
"aicommit"
],
"license": "MIT",
"main": "index.js",
"name": "@suenot/aicommit",
"repository": {
"type": "git",
"url": "git+https://github.com/suenot/aicommit.git"
},
"scripts": {
"postinstall": "node -e \"process.exit(0)\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.83"
}