node-mac-recorder
Version:
Native macOS screen recording package for Node.js applications
32 lines • 982 B
JSON
{
"permissions": {
"allow": [
"Bash(node:*)",
"Bash(timeout:*)",
"Bash(rm:*)",
"Bash(python3:*)",
"Bash(grep:*)",
"Bash(cat:*)",
"Bash(brew install:*)",
"Bash(open:*)",
"Bash(curl:*)",
"Bash(system_profiler:*)",
"Bash(mkdir:*)",
"Bash(/dev/null)",
"Bash(ls:*)",
"Bash(touch:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(find:*)",
"WebFetch(domain:developer.apple.com)",
"WebFetch(domain:github.com)",
"WebFetch(domain:nonstrict.eu)",
"Bash(cp:*)",
"Bash(git checkout:*)",
"Bash(ELECTRON_VERSION=25.0.0 node -e \"\nconsole.log(''ELECTRON_VERSION env:'', process.env.ELECTRON_VERSION);\nconsole.log(''getenv result would be:'', process.env.ELECTRON_VERSION || ''null'');\n\")",
"Bash(ELECTRON_VERSION=25.0.0 node test-env-detection.js)",
"Bash(ELECTRON_VERSION=25.0.0 node test-native-call.js)"
],
"deny": []
}
}