{
  "name": "bob-worktrees",
  "version": "2.1.0",
  "description": "Git worktree management for parallel development with IBM Bob IDE. Installs globally and auto-configures the MCP server so Bob can create, switch, merge, and delete worktrees via natural language.",
  "main": "cli/index.js",
  "type": "module",
  "bin": {
    "bob-worktree": "cli/index.js"
  },
  "files": [
    "cli/",
    "mcp-server/",
    "scripts/postinstall.js",
    "skill/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "node cli/index.js",
    "mcp": "node mcp-server/index.js",
    "postinstall": "node scripts/postinstall.js",
    "test": "node --test tests/postinstall.test.js tests/mcp-server.test.js",
    "health": "node scripts/health-check.cjs"
  },
  "keywords": [
    "git",
    "worktree",
    "bob",
    "ibm-bob",
    "mcp",
    "model-context-protocol",
    "parallel-development",
    "developer-tools"
  ],
  "author": "IBM Data Core Agentic Engineering Guild",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gola-k/bob-worktrees.git"
  },
  "bugs": {
    "url": "https://github.com/Gola-k/bob-worktrees/issues"
  },
  "homepage": "https://github.com/Gola-k/bob-worktrees#readme",
  "dependencies": {
    "commander": "^12.0.0",
    "chalk": "^5.3.0",
    "ora": "^8.0.1",
    "inquirer": "^9.2.15",
    "simple-git": "^3.22.0",
    "@modelcontextprotocol/sdk": "^0.5.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
