vitepress-plugin-auto-sidebar
Version:
Generate the VitePress sidebar through the folder structure.
45 lines • 1.2 kB
JSON
{
"name": "vitepress-plugin-auto-sidebar",
"repository": "git://github.com/JonathanSchndr/vitepress-plugin-auto-sidebar.git",
"version": "1.3.5",
"description": "Generate the VitePress sidebar through the folder structure.",
"types": "./dist/types/src/index.d.ts",
"files": [
"dist"
],
"type": "module",
"main": "./dist/vitepress-plugin-auto-sidebar.umd.cjs",
"module": "./dist/vitepress-plugin-auto-sidebar.js",
"exports": {
".": {
"import": "./dist/vitepress-plugin-auto-sidebar.js",
"require": "./dist/vitepress-plugin-auto-sidebar.umd.cjs"
}
},
"engines": {
"node": ">=18"
},
"keywords": [
"vitepress",
"auto",
"sidebar"
],
"author": "Jonathan Schneider",
"license": "MIT",
"bugs": {
"url": "https://github.com/JonathanSchndr/vitepress-plugin-auto-sidebar/issues"
},
"homepage": "https://github.com/JonathanSchndr/vitepress-plugin-auto-sidebar#readme",
"devDependencies": {
"@types/node": "^22.13.4",
"vite": "^6.1.1",
"vue-tsc": "^2.2.2"
},
"dependencies": {
"front-matter": "^4.0.2"
},
"scripts": {
"build": "vite build",
"postbuild": "vue-tsc --emitDeclarationOnly"
}
}