rehype-toc
Version:
A rehype plugin that adds a table of contents (TOC) to the page
37 lines (36 loc) • 724 B
JSON
{
"name": "rehype-toc",
"version": "3.0.2",
"description": "A rehype plugin that adds a table of contents (TOC) to the page",
"keywords": [
"unified",
"rehype",
"plugin",
"rehype-plugin",
"table-of-contents",
"toc",
"html"
],
"author": {
"name": "James Messinger",
"url": "https://jamesmessinger.com"
},
"license": "MIT",
"homepage": "https://jstools.dev/rehype-toc",
"repository": {
"type": "git",
"url": "https://github.com/JS-DevTools/rehype-toc.git"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=10"
},
"dependencies": {
"@jsdevtools/rehype-toc": "3.0.2"
}
}