gr-mcp-docs/package.json
Ryan Malloy 41114373b9 init: Astro/Starlight docs site for gr-sarsat-modern
Diátaxis-structured documentation for 406 MHz SARSAT beacon reception:
- Tutorials: signal chain walkthrough
- Guides: antenna setup, message decoding
- Reference: block API, signal format
- Explanation: Cospas-Sarsat system overview

Includes extracted images from official Cospas-Sarsat specifications (LFS).
2026-02-13 05:01:21 -07:00

19 lines
390 B
JSON

{
"name": "sarsat-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/starlight": "^0.32.0",
"@pasqal-io/starlight-client-mermaid": "^0.1.0",
"@types/three": "^0.182.0",
"astro": "^5.0.0",
"sharp": "^0.33.0",
"three": "^0.182.0"
}
}