20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(npm init:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(node:*)",
|
|
"Bash(npm --version)",
|
|
"Bash(docker:*)",
|
|
"Bash(test:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm test:*)",
|
|
"Bash(npm run test:integration:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|