mcnanovna-docs/package.json
Ryan Malloy e21219be8d Initial docs site: Astro/Starlight with caddy-docker-proxy
- Starlight documentation for mcnanovna and mcpositioner
- 19 pages covering tools, prompts, hardware, and tutorials
- Docker deployment with dev/prod modes
- Makefile for docker compose management
- Custom SVG logos and hero illustration
2026-02-04 13:53:21 -07:00

18 lines
389 B
JSON

{
"name": "mcnanovna-docs",
"version": "2026.02.04",
"description": "Documentation for mcnanovna and mcpositioner MCP servers",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.32.4",
"astro": "^5.17.1",
"sharp": "^0.34.1"
}
}