{
  "permissions": {
    "allow": [
      "Bash(node:*)",
      "Bash(su debian:*)",
      "Bash(python3:*)",
      "Bash(npx clasp:*)",
      "Bash(echo \"Exit: $?\")",
      "Bash(su debian -c \"python3 -c \"\":*)",
      "Bash(clasp --version)",
      "Bash(clasp push:*)",
      "Bash(clasp status:*)"
    ]
  },
  "hooks": {
    "Stop": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "clasp push"
          }
        ]
      }
    ]
  }
}
