{
  "permissions": {
    "allow": [
      "WebFetch(domain:en.wikipedia.org)",
      "WebFetch(domain:www.iban.com)",
      "Bash(npm update)",
      "Bash(npm outdated)",
      "Bash(npm run build:*)",
      "Bash(npm test)",
      "Bash(git add:*)",
      "Bash(git commit:*)",
      "Bash(npm install)",
      "Bash(npm install:*)",
      "Bash(npm test:*)",
      "Bash(sed:*)",
      "Bash(git fetch:*)",
      "Bash(git rebase:*)",
      "Bash(npm run test:*)",
      "WebSearch",
      "WebFetch(domain:github.com)",
      "WebFetch(domain:docs.verifyvasp.com)",
      "Bash(for:*)",
      "Bash(do npm test -- test/arbitrary-validation.test.ts)",
      "Bash(done)",
      "Bash(npm run fix:*)",
      "Bash(npx biome:*)",
      "Bash(npm run lint:*)",
      "Bash(npm run check:*)",
      "Bash(npm run format:fix:*)",
      "Bash(git push:*)",
      "Bash(gh pr create:*)",
      "Bash(gh api:*)",
      "Bash(npm audit:*)",
      "Bash(git checkout:*)",
      "Bash(git pull:*)"
    ],
    "deny": []
  }
}
