Library dir: lib/AutoWire/ -> lib/KLine/ Site title, docs, CLAUDE.md, platformio.ini all updated. All 4 firmware environments build clean.
23 lines
488 B
JSON
23 lines
488 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",
|
|
"sharp": "^0.34.5"
|
|
}
|
|
}
|