25 lines
505 B
JSON
25 lines
505 B
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(*)"
|
|
]
|
|
}
|
|
} |