UNPKG

github-mcp-auto-git

Version:

GitHub MCP Auto Git v3.0 - メモリ効率化・統合MCP・モジュール化完了の完全自動Git操作システム

78 lines (77 loc) 1.96 kB
{ "name": "github-mcp-auto-git", "version": "3.0.1", "description": "GitHub MCP Auto Git v3.0 - メモリ効率化・統合MCP・モジュール化完了の完全自動Git操作システム", "main": "dist/index.js", "type": "module", "bin": { "github-auto-git": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "watch": "nodemon --exec ts-node src/index.ts", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts" }, "keywords": [ "git", "automation", "claude-code", "subagent", "github", "mcp", "constitutional-ai", "memory-optimization", "safety-analyzer", "commit-message-generator", "pr-management", "typescript-first", "file-watcher", "unified-mcp-manager" ], "author": "Claude Code Tools", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Shinya-Reiji/github-mcp-auto-git.git" }, "bugs": { "url": "https://github.com/Shinya-Reiji/github-mcp-auto-git/issues" }, "homepage": "https://github.com/Shinya-Reiji/github-mcp-auto-git#readme", "files": [ "dist/**/*", "src/agents/**/*", "README.md", "LICENSE", ".env.example" ], "engines": { "node": ">=16.0.0" }, "dependencies": { "@modelcontextprotocol/server-github": "^2025.4.8", "@octokit/rest": "^20.0.0", "@types/node": "^20.0.0", "chokidar": "^3.5.0", "dotenv": "^16.0.0", "fs-extra": "^11.0.0", "simple-git": "^3.20.0", "typescript": "^5.0.0" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.5.0", "nodemon": "^3.0.0", "prettier": "^3.0.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.0" } }