{
  "permissions": {
    "allow": [
      "Bash(npm test)",
      "Bash(npm install:*)",
      "Bash(npm run build:*)",
      "Bash(npm ci:*)",
      "Bash(git add:*)",
      "Bash(git commit:*)",
      "Bash(ls:*)",
      "Bash(git push:*)",
      "Bash(npm publish:*)"
    ],
    "deny": []
  }
}