{
"permissions": {
"allow": [
"Bash(yarn:*)",
"Bash(mkdir:*)",
"Bash(ls:*)",
"Bash(touch:*)",
"Bash(NODE_ENV=test yarn build)",
"Bash(npx tsc:*)",
"Bash(yarn audit)",
"Bash(npm audit:*)",
"Bash(find:*)"
],
"deny": []
}