UNPKG

vuepress-plugin-auto-sidebar

Version:
45 lines (44 loc) 1.04 kB
{ "name": "vuepress-plugin-auto-sidebar", "version": "2.3.2", "description": "A vuepress plugin for generate sidebar", "keywords": [ "vuepress", "sidebar", "bar", "auto-sidebar" ], "author": "shanyuhai123 <864299347@qq.com>", "homepage": "https://shanyuhai123.github.io/vuepress-plugin-auto-sidebar/", "license": "MIT", "main": "lib/index.js", "types": "lib/types/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "README-zh_CN.md" ], "repository": { "type": "git", "url": "git+https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar.git" }, "scripts": { "build": "rimraf lib && tsc -p tsconfig.json", "test": "jest" }, "bugs": { "url": "https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar/issues" }, "dependencies": { "colors": "^1.4.0", "execa": "^5.0.0", "merge": "^2.1.1" }, "devDependencies": { "rimraf": "^3.0.2" }, "gitHead": "cf4934ad35fcccad58cdce931b9daa2aa60385ca" }