{
  "permissions": {
    "allow": [
      "Bash(tree:*)",
      "Bash(npm run build:*)",
      "Bash(npm install:*)",
      "Bash(NODE_OPTIONS=--openssl-legacy-provider npm run build:*)",
      "Bash(npm run typecheck:*)",
      "Bash(npx tsc:*)",
      "Bash(git add:*)",
      "Bash(git commit -m \"$\\(cat <<''EOF''\nMigrate from framer-motion to motion package\n\nUpdate the library to support the latest Motion package \\(renamed from\nframer-motion\\). This is a breaking change requiring a major version bump.\n\n- Change imports from ''framer-motion'' to ''motion/react''\n- Update peer dependency to motion >=11.0.0\n- Update React peer dependency to >=18.0.0 \\(required by Motion\\)\n- Update all dev dependencies accordingly\n- Bump version to 4.0.0\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
      "Bash(git push)",
      "Bash(npm publish:*)"
    ]
  }
}
