remark-smart-toc
Version:
Implementing intelligent Markdown directory syntax, better than existing solutions
39 lines (38 loc) • 858 B
JSON
{
"name": "remark-smart-toc",
"version": "0.1.0",
"description": "Implementing intelligent Markdown directory syntax, better than existing solutions",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tanpero/remark-smart-toc.git"
},
"keywords": [
"Markdown",
"Remark",
"Unified",
"TOC"
],
"author": "Camille",
"license": "MIT",
"bugs": {
"url": "https://github.com/tanpero/remark-smart-toc/issues"
},
"homepage": "https://github.com/tanpero/remark-smart-toc#readme",
"devDependencies": {
"mdast-util-toc": "^7.0.0",
"typescript": "^5.3.3"
},
"dependencies": {
"mdast-util-toc": "^7.0.0"
}
}