{
  "permissions": {
    "allow": [
      "Bash(npm run:*)",
      "Bash(ls:*)",
      "Bash(npm ls:*)",
      "Bash(npx next:*)",
      "Bash(npx tsc:*)",
      "Bash(yarn install:*)",
      "Bash(npm install:*)",
      "Bash(node:*)",
      "Bash(npm view:*)",
      "Bash(npx --yes oxfmt --help)",
      "Bash(npx --yes oxfmt --migrate=prettier)",
      "Bash(npm uninstall:*)",
      "Bash(grep:*)",
      "Bash(echo '.foo { color: red; }')",
      "Bash(npx oxfmt:*)",
      "Bash(rm /tmp/test.scss)",
      "Bash(gh issue *)",
      "Bash(npx jest *)",
      "Bash(xargs sed *)",
      "Bash(gh api *)",
      "Bash(find cypress/support -name \"index*\" -exec cat {} \\\\;)"
    ]
  }
}
