22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cat:*)",
|
|
"Bash(awk:*)",
|
|
"Bash(useCollection.tmp)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push)",
|
|
"Bash(npm install:*)",
|
|
"Bash(node debug-search.js:*)",
|
|
"Bash(node update-referent.js:*)",
|
|
"Bash(node:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(npx tsc:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|