13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(ls:*)",
|
|
"Bash(npm outdated:*)",
|
|
"Bash(jq:*)",
|
|
"Bash(node:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm test)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |