{
  "permissions": {
    "allow": [
      "Bash(mkdir:*)",
      "Bash(git add:*)",
      "Bash(git commit:*)",
      "Bash(npm run:*)",
      "Bash(chmod:*)",
      "Bash(node test-multilang.js)",
      "Bash(node test-framework.js)",
      "Bash(npm i:*)",
      "Bash(git rm:*)",
      "Bash(rm:*)",
      "Bash(ls:*)",
      "Bash(git submodule:*)",
      "Bash(cat:*)",
      "Bash(git config:*)",
      "Bash(grep:*)",
      "Bash(find:*)"
    ],
    "deny": []
  }
}