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