starlight-auto-sidebar
Version:
Starlight plugin to tweak autogenerated sidebar entries.
52 lines • 1.34 kB
JSON
{
"name": "starlight-auto-sidebar",
"version": "0.4.0",
"license": "MIT",
"description": "Starlight plugin to tweak autogenerated sidebar entries.",
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
"type": "module",
"exports": {
".": "./index.ts",
"./loader": "./loader.ts",
"./middleware": "./middleware.ts",
"./schema": "./schema.ts",
"./package.json": "./package.json"
},
"dependencies": {
"github-slugger": "^2.0.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.19.15"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.39.0"
},
"engines": {
"node": ">=22.12.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"keywords": [
"starlight",
"sidebar",
"autogenerated",
"group",
"documentation",
"astro"
],
"homepage": "https://github.com/HiDeoo/starlight-auto-sidebar",
"repository": {
"type": "git",
"url": "https://github.com/HiDeoo/starlight-auto-sidebar.git",
"directory": "packages/starlight-auto-sidebar"
},
"bugs": "https://github.com/HiDeoo/starlight-auto-sidebar/issues",
"scripts": {
"test": "playwright install --with-deps chromium && playwright test",
"lint": "eslint . --cache --max-warnings=0"
}
}