{
  "name": "marsdevs-git-workreport",
  "version": "2.0.0",
  "description": "🚀 Advanced Git Work Report Generator with AI-Powered Summaries - Generate intelligent daily work reports from Git commit history using Claude AI or OpenRouter. Perfect for DevOps teams, development companies, and client reporting with comprehensive statistics and multiple output formats.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "marsdevs-git-workreport": "dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/cli.ts",
    "start": "node dist/cli.js",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write src/**/*.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "git",
    "github",
    "work-report",
    "commit-history",
    "devops",
    "plugin",
    "ai",
    "claude",
    "anthropic",
    "openrouter",
    "reporting",
    "productivity",
    "time-tracking",
    "client-reporting",
    "deployment-validation",
    "marsdevs",
    "work-summary",
    "git-analytics",
    "daily-report",
    "team-productivity"
  ],
  "author": "zayan_devops_444",
  "license": "MIT",
  "dependencies": {
    "@anthropic-ai/sdk": "^0.18.0",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "moment": "^2.29.4",
    "ora": "^5.4.1",
    "simple-git": "^3.20.0"
  },
  "devDependencies": {
    "@types/commander": "^2.12.2",
    "@types/jest": "^29.5.6",
    "@types/node": "^20.19.10",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "eslint": "^8.51.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zayan-devops-444/git-workreport.git"
  },
  "bugs": {
    "url": "https://github.com/zayan-devops-444/git-workreport/issues"
  },
  "homepage": "https://github.com/zayan-devops-444/git-workreport#readme"
}
