39 lines
728 B
JSON
39 lines
728 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pip3 install selenium 2>&1)",
|
|
"Bash(python3 lotto_auto_buy.py 2>&1)"
|
|
]
|
|
},
|
|
"hooks": {
|
|
"Notification": [
|
|
{
|
|
"matcher": "*",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/notification-hook.sh\""
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Stop": [
|
|
{
|
|
"matcher": "*",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/stop-hook.sh\""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"enabledMcpjsonServers": [
|
|
"context7",
|
|
"playwright",
|
|
"sequential-thinking",
|
|
"shadcn"
|
|
]
|
|
}
|