i-k-bus-board/site/package.json
Ryan Malloy c32e62cf1d Add Starlight docs site for k-line.warehack.ing
Astro/Starlight documentation site with 8 content pages:
- Circuit design (SPICE validation, R2 sweep data, K-line compat)
- Firmware architecture (composition diagram, concurrency model)
- BMW I/K-Bus protocol (message format, module addresses)
- OBD-II K-line protocol (init sequences, PID decode formulas)
- Bill of materials
- Getting started guide
- Development journal (4-session engineering log)

Docker deployment: multi-stage build (Node builder + Caddy static),
caddy-docker-proxy labels, Makefile for management.
2026-02-13 07:06:52 -07:00

23 lines
490 B
JSON

{
"name": "k-line-docs",
"version": "1.0.0",
"description": "AutoWire: BMW I/K-Bus + OBD-II K-line interface documentation",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"author": {
"name": "Ryan Malloy",
"email": "ryan@supported.systems"
},
"license": "MIT",
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"astro": "^5.17.1",
"sharp": "^0.34.5"
}
}