{ "name": "@dorfteich/plugin-toc", "version": "0.0.0", "private": true, "description": "Reference pageTool plugin: table of contents from the current page's outline (issue #77)", "license": "MIT", "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" } }