i-k-bus-board/site/package.json
Ryan Malloy 2aaa6e32a5 Rename library from AutoWire to K-Line
Library dir: lib/AutoWire/ -> lib/KLine/
Site title, docs, CLAUDE.md, platformio.ini all updated.
All 4 firmware environments build clean.
2026-02-13 08:31:34 -07:00

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"
}
}