{
  "name": "claude-code-branch-memory-manager",
  "version": "3.0.0",
  "description": "Branch-specific CLAUDE.md memory management for Claude Code. Automatically switches context when you change git branches.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "branch-memory": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "tsc --noEmit",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Davidcreador/claude-code-branch-memory-manager.git"
  },
  "keywords": [
    "claude",
    "claude-code",
    "claude-code-plugin",
    "git",
    "branch",
    "memory",
    "context",
    "CLAUDE.md",
    "automation",
    "developer-tools"
  ],
  "author": {
    "name": "David Pastor",
    "url": "https://github.com/Davidcreador"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Davidcreador/claude-code-branch-memory-manager/issues"
  },
  "homepage": "https://github.com/Davidcreador/claude-code-branch-memory-manager#readme",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist/",
    ".claude-plugin/",
    "hooks/",
    "skills/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^20.11.0",
    "typescript": "^5.3.0",
    "vitest": "^2.0.0"
  },
  "packageManager": "yarn@4.7.0+sha512.5a0afa1d4c1d844b3447ee3319633797bcd6385d9a44be07993ae52ff4facabccafb4af5dcd1c2f9a94ac113e5e9ff56f6130431905884414229e284e37bb7c9"
}
