{
  "name": "commit-g",
  "version": "1.0.1",
  "description": "Generate concise, meaningful Git commit messages with AI assistance powered by Gemini.",
  "main": "index.js",
  "type": "module",
  "bin": {
    "commitg": "./bin/cli.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node bin/cli.js"
  },
  "keywords": [
    "git",
    "commit",
    "ai",
    "gemini",
    "google-ai",
    "llm",
    "commit-message",
    "devtools",
    "productivity",
    "automation",
    "cli",
    "git-helper"
  ],
  "dependencies": {
    "@google/generative-ai": "^0.24.1",
    "boxen": "^7.1.1",
    "chalk": "^5.3.0",
    "prompts": "^2.4.2",
    "wrap-ansi": "^8.1.0",
    "yargs": "^17.7.2"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "bin/",
    "lib/",
    "index.js"
  ],
  "author": "Shiv Baran Singh <spyshiv@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spyshiv/commit-g.git"
  },
  "bugs": {
    "url": "https://github.com/spyshiv/commit-g/issues"
  },
  "homepage": "https://github.com/spyshiv/commit-g#readme"
}
