{
  "permissions": {
    "allow": [
      "Bash(npm install:*)",
      "Bash(npm audit:*)",
      "Bash(npm run build:*)",
      "Bash(rm:*)",
      "Bash(git check-ignore:*)",
      "Bash(npm outdated)",
      "Bash(npm update)",
      "Bash(npm run test:*)",
      "Bash(npm run install:my-node:*)",
      "Bash(git commit:*)",
      "Bash(npm run start:*)",
      "Bash(lsof:*)"
    ],
    "deny": []
  }
}