{
  "permissions": {
    "allow": [
      "Bash(n exec *)",
      "Bash(gh api *)",
      "Bash(python3 -m json.tool)",
      "Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); print\\(json.dumps\\(d.get\\('caching'\\), indent=2\\)\\)\")",
      "Bash(npm run *)",
      "Bash(npx mocha *)",
      "Bash(gh issue *)",
      "Bash(env NODE_ENV=test npx mocha test/acceptance/wcache.js --exit --timeout 15000)",
      "Bash(env NODE_ENV=test npx mocha test/unit/imagehandler.js test/unit/disk-footprint.js test/acceptance/wcache.js test/unit/cache.js --exit --timeout 15000)",
      "Bash(npx eslint *)",
      "Bash(npx prettier-standard *)",
      "Bash(env NODE_ENV=test npx mocha test/acceptance/admin-stats.js --exit --timeout 15000)",
      "Bash(env NODE_ENV=test npx mocha test/acceptance/admin-stats.js --exit --timeout 15000 --grep \"should pass the .from. and .to.\")",
      "Bash(env NODE_ENV=test npx mocha test/unit/imagehandler.js test/unit/disk-footprint.js test/acceptance/wcache.js test/acceptance/admin-stats.js --exit --timeout 15000)",
      "Bash(git add *)",
      "Bash(git commit *)",
      "Bash(git push *)",
      "Bash(env NODE_ENV=test npx mocha test/unit/redis.js --exit)"
    ]
  }
}
