{ "name": "@dorfteich/plugin-chordpro", "version": "0.0.0", "private": true, "description": "Block plugin: ChordPro leadsheets — chords above lyrics, rendered to a static SVG (issue #155)", "license": "MIT", "scripts": { "build": "node build.mjs", "typecheck": "tsc --noEmit", "test": "vitest run" }, "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" } }