23-page docs site following diataxis principles with guides, reference, and explanation sections covering all 61 MCP tools. Bluetooth-themed design with Pagefind search.
20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"name": "docs-site",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.37.6",
|
|
"@iconify-json/lucide": "^1.2.87",
|
|
"astro": "^5.6.1",
|
|
"astro-icon": "^1.1.5",
|
|
"sharp": "^0.34.2"
|
|
}
|
|
}
|