mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-14 18:11:01 +00:00
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"name": "token-pacman",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"description": "Visualizes live session AI-credit usage as a Pac-Man board with pellets, ghosts, fruit milestones, and game-over limits.",
|
|
"keywords": [
|
|
"ai-credits",
|
|
"copilot-canvas",
|
|
"interactive-canvas",
|
|
"pac-man",
|
|
"quota-tracking",
|
|
"session-usage"
|
|
]
|
|
}
|