{
  "permissions": {
    "allow": [
      "Bash(git checkout:*)",
      "Bash(npm outdated:*)",
      "Bash(npm install:*)",
      "Bash(npm view:*)",
      "Bash(npm run lint)",
      "Bash(npm run prettier:*)",
      "Bash(find:*)",
      "Bash(git add:*)",
      "Bash(git commit:*)",
      "Bash(git push:*)",
      "Bash(gh pr create:*)",
      "Bash(node -e:*)"
    ]
  }
}
