{ "name": "@dorfteich/plugin-section-styles-basic", "version": "0.0.0", "private": true, "description": "Reference section_style plugin: colored callout/box styles proving the declarative plugin path (ADR 0008, issue #75)", "license": "MIT", "scripts": { "build": "node build.mjs", "typecheck": "tsc --noEmit", "test": "vitest run" }, "devDependencies": { "@dorfteich/plugin-sdk": "workspace:*", "@types/node": "^26.1.0", "fflate": "^0.8.2", "typescript": "^5.7.0", "vitest": "^3.0.0" } }