UNPKG

@k9n/scully-plugin-toc

Version:

This plugin for scully provides a postRenderer to generate a table of contents for the rendered route content

37 lines (36 loc) 1.09 kB
{ "name": "@k9n/scully-plugin-toc", "version": "5.1.0", "description": "This plugin for scully provides a postRenderer to generate a table of contents for the rendered route content", "license": "MIT", "repository": "https://github.com/k9n-dev/scully-plugins/tree/main/scully/plugins/scully-plugin-toc", "author": "Danny Koppenhagen <mail@k9n.dev> (https://k9n.dev)", "homepage": "https://github.com/k9n-dev/scully-plugins/tree/main/scully/plugins/scully-plugin-toc", "private": false, "keywords": [ "scully", "scully-plugin", "scully-plugin-registry", "toc", "postRenderer", "angular", "ssr", "ssg", "JAMStack", "postProcessByHtml" ], "bugs": { "url": "https://github.com/k9n-dev/scully-plugins/tree/main/scully/plugins/scully-plugin-toc/issues", "email": "mail@k9n.dev" }, "scripts": { "release": "standard-version", "prepublishOnly": "npx tsc" }, "peerDependencies": { "@angular/common": ">=13.0.0", "@angular/core": ">=13.0.0", "@scullyio/scully": "^2.0.0", "jsdom": ">=16.0.0" } }