20 lines
517 B
JSON
20 lines
517 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read(//Users/qiye/**)",
|
|
"Bash(npm run lint:check)",
|
|
"Bash(npm run build)",
|
|
"Bash(chmod +x /Users/qiye/Desktop/jzqy/vf_react/scripts/*.sh)",
|
|
"Bash(node scripts/parseIndustryCSV.js)",
|
|
"Bash(cat:*)",
|
|
"Bash(npm cache clean --force)",
|
|
"Bash(npm install)",
|
|
"Bash(npm run start:mock)",
|
|
"Bash(npm install fsevents@latest --save-optional --force)",
|
|
"Bash(python -m py_compile:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|