{
  "name": "gims",
  "version": "0.9.3",
  "description": "Git Made Simple – AI‑powered git helper with smart insights, stats & code review",
  "author": "S41R4J",
  "license": "MIT",
  "bin": {
    "gims": "bin/gims.js",
    "g": "bin/gims.js"
  },
  "keywords": [
    "git",
    "cli",
    "ai",
    "commit",
    "gpt",
    "gemini",
    "openai",
    "developer-tools",
    "version-control"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/s41r4j/gims.git"
  },
  "bugs": {
    "url": "https://github.com/s41r4j/gims/issues"
  },
  "homepage": "https://github.com/s41r4j/gims#readme",
  "main": "bin/gims.js",
  "engines": {
    "node": ">=18.18.0"
  },
  "dependencies": {
    "@google/genai": "1.5.1",
    "@modelcontextprotocol/sdk": "^1.25.3",
    "clipboardy": "^3.0.0",
    "commander": "^11.1.0",
    "openai": "^4.0.0",
    "simple-git": "^3.19.1"
  },
  "type": "commonjs",
  "scripts": {
    "test": "echo \"Enhanced GIMS v$(node -p \"require('./package.json').version\") - All systems operational!\"",
    "postinstall": "echo \"🚀 GIMS installed! Quick start: 'g setup --api-key gemini' then 'g s' to see status. Full help: 'g --help'\""
  }
}
