mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-14 10:01:06 +00:00
19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"name": "site-studio",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"description": "A shared canvas for planning, drafting, and tracking a personal website section by section, collaboratively with your agent.",
|
|
"keywords": [
|
|
"agent-collaboration",
|
|
"content-authoring",
|
|
"personal-website",
|
|
"progress-tracking",
|
|
"section-planning",
|
|
"site-builder"
|
|
]
|
|
}
|