{ "name": "@dorfteich/plugin-drawio", "version": "0.0.0", "private": true, "description": "Reference block plugin: draw.io diagrams — fullscreen editing with the bundled draw.io editor, inline SVG rendering", "license": "Apache-2.0", "scripts": { "build": "node build.mjs", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "devDependencies": { "@dorfteich/plugin-sdk": "workspace:*", "@types/node": "^26.1.0", "esbuild": "^0.24.0", "fflate": "^0.8.2", "typescript": "^5.7.0", "vitest": "^3.0.0" } }