56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm create:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npx eslint:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(python:*)",
|
|
"Bash(pip --version:*)",
|
|
"Bash(pip install:*)",
|
|
"Bash(npx vite build:*)",
|
|
"Bash(git:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(cd:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(cp:*)",
|
|
"Bash(mv:*)",
|
|
"Read(*)",
|
|
"Write(*)",
|
|
"Bash(python3:*)",
|
|
"Bash(source:*)",
|
|
"Bash(/mnt/d/root/rfcp/venv/bin/python3:*)",
|
|
"Bash(node --check:*)",
|
|
"Bash(/mnt/d/root/rfcp/venv/bin/python -m pytest:*)",
|
|
"Bash(/mnt/d/root/rfcp/venv/bin/python:*)",
|
|
"Bash(/mnt/d/root/rfcp/venv/bin/pip list:*)",
|
|
"Bash(pip3 install numpy)",
|
|
"Bash(echo:*)",
|
|
"Bash(find:*)",
|
|
"Bash(node -c:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(head -3 python3 -c \"import numpy; print\\(numpy.__file__\\)\")",
|
|
"Bash(pip3 install:*)",
|
|
"Bash(apt list:*)",
|
|
"Bash(dpkg:*)",
|
|
"Bash(sudo apt-get install:*)",
|
|
"Bash(docker:*)",
|
|
"Bash(~/.local/bin/pip install:*)",
|
|
"Bash(pgrep:*)",
|
|
"Bash(kill:*)",
|
|
"Bash(sort:*)",
|
|
"Bash(journalctl:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(pip3 list:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(pyinstaller:*)",
|
|
"Bash(npm i:*)",
|
|
"Bash(npm uninstall:*)",
|
|
"Bash(npm rebuild:*)"
|
|
]
|
|
}
|
|
}
|