birdcage-docs/package.json
Ryan Malloy 088c1a5ace Initial commit: Birdcage documentation site
Starlight/Astro docs covering hardware reverse engineering,
satellite tracking guides, firmware command reference, and
engineering journal entries from the Carryout G2 exploration.

32 pages across getting-started, guides, reference,
understanding, and journal sections.
2026-02-13 05:20:10 -07:00

18 lines
349 B
JSON

{
"name": "birdcage-docs",
"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",
"astro": "^5.17.2",
"sharp": "^0.34.5"
}
}