{
  "name": "mcp-project-manager-server",
  "version": "1.0.0",
  "description": "Akıllı Dosya ve Proje Yönetim MCP Server - AI asistanlarının proje analizi, kod metrikleri, dokümantasyon ve Git işlemlerini yönetebileceği kapsamlı bir Model Context Protocol server",
  "main": "dist/index.js",
  "type": "module",
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "project-management",
    "code-analysis",
    "documentation",
    "git-analysis",
    "code-metrics",
    "cursor",
    "claude",
    "ai-assistant"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/code-alchemist01/project-managment-mcp-Server.git"
  },
  "homepage": "https://github.com/code-alchemist01/project-managment-mcp-Server#readme",
  "bugs": {
    "url": "https://github.com/code-alchemist01/project-managment-mcp-Server/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "jest",
    "lint": "eslint src/**/*.ts"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "project-management",
    "code-analysis",
    "documentation"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "simple-git": "^3.24.0",
    "glob": "^10.3.10",
    "@typescript-eslint/parser": "^7.18.0",
    "npm-check-updates": "^16.14.19",
    "depcheck": "^1.4.7",
    "fs-extra": "^11.2.0",
    "chalk": "^5.3.0"
  },
  "optionalDependencies": {
    "tree-sitter": "^0.20.4",
    "tree-sitter-javascript": "^0.20.4",
    "tree-sitter-typescript": "^0.20.4",
    "tree-sitter-python": "^0.20.4",
    "tree-sitter-java": "^0.20.1",
    "tree-sitter-go": "^0.20.0",
    "tree-sitter-rust": "^0.20.3"
  },
  "devDependencies": {
    "@types/node": "^20.14.12",
    "@types/fs-extra": "^11.0.4",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "typescript": "^5.5.4",
    "tsx": "^4.16.2",
    "jest": "^29.7.0",
    "@types/jest": "^29.5.12",
    "ts-jest": "^29.1.5"
  }
}

