@mediocre/bloodhound
Version:
Bloodhound is a Node.js package that allows you to retrieve tracking data from shipping carriers (Amazon, DHL, FedEx, UPS, USPS) in a common format.
31 lines • 748 B
JSON
{
"permissions": {
"allow": [
"Bash(node:*)",
"Bash(npm run lint)",
"Bash(npm test)",
"Bash(npm install:*)",
"Bash(npx eslint:*)",
"Bash(curl:*)",
"Bash(rm:*)",
"Bash(npm test:*)",
"Bash(grep:*)",
"Bash(git checkout:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(gh pr list:*)",
"Bash(gh repo list:*)",
"Bash(gh search commits:*)",
"Bash(gh search prs:*)",
"Bash(gh search issues:*)",
"Bash(gh project list:*)",
"Bash(gh project view:*)",
"Bash(gh auth:*)",
"WebFetch(domain:github.com)",
"Bash(gh project item-list:*)",
"Bash(gh api graphql:*)"
],
"deny": []
}
}