settings.local.json 784 B

1234567891011121314151617181920212223242526
  1. {
  2. "permissions": {
  3. "allow": [
  4. "WebFetch(domain:github.com)",
  5. "WebSearch",
  6. "WebFetch(domain:raw.githubusercontent.com)",
  7. "WebFetch(domain:api.github.com)",
  8. "WebFetch(domain:www.npmjs.com)",
  9. "Bash(tree:*)",
  10. "Bash(find:*)",
  11. "Bash(npm view:*)",
  12. "Bash(node test/resolver_sync.js:*)",
  13. "Bash(xxd:*)",
  14. "Bash(npm info:*)",
  15. "Bash(grep:*)",
  16. "Bash(npm run submodule:update:*)",
  17. "Bash(git rev-parse:*)",
  18. "Bash(git -C test/list-exports diff packages/tests/fixtures/resolve-2/project/test/resolver/nested_symlinks/mylib/async.js)",
  19. "Bash(gh run list:*)",
  20. "Bash(ls:*)",
  21. "Bash(tape test/homedir.js)",
  22. "Bash(tape test/default_paths.js)",
  23. "Bash(tape test/mock.js)"
  24. ]
  25. }
  26. }