mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 14:19:24 +00:00
19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(chmod:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(./gradlew:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(find:*)",
|
|
"Bash(npm test)",
|
|
"Bash(npm test:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(echo)",
|
|
"Bash(rm:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |