{
  "permissions": {
    "allow": [
      "Bash(npm install *)",
      "Bash(grep -E \"\\\\.git\\($|[^a-z]\\)\")",
      "Bash(git init *)",
      "Bash(git add *)",
      "Bash(git commit *)",
      "Bash(gh auth *)",
      "Bash(gh repo *)",
      "Bash(npm start *)",
      "Bash(git push *)",
      "Bash(gh release *)",
      "Bash(pkill -f \"parcel script.js\")"
    ]
  }
}
