15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cat:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(node test-poem.js:*)",
|
|
"Bash(printf:*)",
|
|
"Bash(timeout 2 node:*)",
|
|
"Bash(npm ls:*)",
|
|
"Bash(timeout 1 node:*)",
|
|
"Bash(node -e:*)"
|
|
]
|
|
}
|
|
}
|