mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
19 lines
435 B
JSON
19 lines
435 B
JSON
{
|
|
"name": "gesture-review",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"description": "Users review pull requests with a live camera feed and approve or reject using thumbs-up/thumbs-down gestures.",
|
|
"keywords": [
|
|
"pull-request-review",
|
|
"gesture-control",
|
|
"camera-input",
|
|
"hands-free",
|
|
"github-prs",
|
|
"mediapipe"
|
|
]
|
|
}
|