30 lines
682 B
JSON
30 lines
682 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"run_command(npm run *)",
|
||
|
|
"run_command(npm test *)",
|
||
|
|
"run_command(npm install)",
|
||
|
|
"view_file(*)",
|
||
|
|
"list_dir(*)",
|
||
|
|
"grep_search(*)",
|
||
|
|
"replace_file_content(*)",
|
||
|
|
"multi_replace_file_content(*)",
|
||
|
|
"write_to_file(*)",
|
||
|
|
"command_status(*)"
|
||
|
|
],
|
||
|
|
"deny": [
|
||
|
|
"run_command(grep *)",
|
||
|
|
"run_command(ls *)",
|
||
|
|
"run_command(cat *)",
|
||
|
|
"run_command(head *)",
|
||
|
|
"run_command(tail *)",
|
||
|
|
"run_command(npx *)",
|
||
|
|
"run_command(*|*)",
|
||
|
|
"run_command(*>*)",
|
||
|
|
"run_command(*&*)",
|
||
|
|
"run_command(*Select-Object*)",
|
||
|
|
"run_command(*Select-String*)"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|