top-tran/toptran-app/.claude/settings.json
2026-05-04 16:06:03 -03:00

21 lines
1.5 KiB
JSON

{
"permissions": {
"allow": [
"Bash(node -e \"const p = require\\('./node_modules/expo/package.json'\\); console.log\\(p.version\\);\")",
"Bash(node -e \"require\\('./node_modules/react-native-edge-to-edge/dist/commonjs/extras/expo.js'\\)\")",
"Bash(node -e \"require\\('./node_modules/react-native-edge-to-edge/app.plugin.js'\\)\")",
"Bash(node -e \"const p = require\\('./node_modules/react-native/package.json'\\); console.log\\(p.version\\);\")",
"Bash(node -e \"const p = require\\('./node_modules/react-native-edge-to-edge/package.json'\\); console.log\\(JSON.stringify\\(p.peerDependencies\\)\\);\")",
"Bash(node -e \"const p = require\\('./node_modules/react-native-edge-to-edge/package.json'\\); console.log\\(JSON.stringify\\(p.exports, null, 2\\)\\);\")",
"Bash(node -e ' *)",
"Bash(npx expo *)",
"Bash(node -e \"const p = require\\('./node_modules/react-native-edge-to-edge/package.json'\\); console.log\\(JSON.stringify\\({source: p.source, 'react-native': p['react-native']}, null, 2\\)\\);\")",
"Bash(npm list *)",
"Bash(npm info *)",
"Bash(curl -sk --max-time 5 https://toptran.olymp.com.br/health)",
"Bash(curl -sk --max-time 5 https://toptran.olymp.com.br/api/health)",
"Bash(curl -sk --max-time 5 -X POST https://toptran.olymp.com.br/auth/login -H \"Content-Type: application/json\" -d '{\"email\":\"test@test.com\",\"password\":\"test\"}')",
"Bash(curl -sk --max-time 5 -I https://toptran.olymp.com.br)"
]
}
}