i-k-bus-board/site/package.json
Ryan Malloy f59cd9ac8b Replace ASCII diagrams with Mermaid (architecture, FSM, timeline)
Added astro-mermaid integration for client-side rendering.
Converted: composition diagram (flowchart), IbusHandler state machine
(stateDiagram-v2), and OBD-II protocol timeline.
Circuit schematic stays ASCII — Mermaid can't do pin-level schematics.
2026-02-13 08:35:48 -07:00

24 lines
519 B
JSON

{
"name": "k-line-docs",
"version": "1.0.0",
"description": "K-Line: 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",
"astro-mermaid": "^1.3.1",
"sharp": "^0.34.5"
}
}