Files
awesome-copilot/website/package.json
T
github-actions[bot] fa007c62f7 chore: publish from main
2026-07-01 00:41:05 +00:00

32 lines
656 B
JSON

{
"name": "awesome-copilot-website",
"version": "1.0.0",
"description": "Awesome GitHub Copilot website",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"keywords": [
"github",
"copilot",
"agents",
"prompts"
],
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.41.1",
"astro": "^7.0.3",
"choices.js": "^11.2.2",
"front-matter": "^4.0.2",
"gray-matter": "^4.0.3",
"jszip": "^3.10.1",
"marked": "^18.0.2",
"shiki": "^4.0.2"
}
}