mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
19 lines
436 B
JSON
19 lines
436 B
JSON
{
|
|
"name": "accessibility-kanban",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"description": "Users drag accessibility issues across kanban lanes to plan, track, and complete remediation work.",
|
|
"keywords": [
|
|
"accessibility",
|
|
"kanban-board",
|
|
"issue-triage",
|
|
"planning-workflow",
|
|
"status-tracking",
|
|
"github-issues"
|
|
]
|
|
}
|