starlight-auto-sidebar
Version:
Starlight plugin to tweak autogenerated sidebar groups.
50 lines • 1.31 kB
JSON
{
"name": "starlight-auto-sidebar",
"version": "0.1.1",
"license": "MIT",
"description": "Starlight plugin to tweak autogenerated sidebar groups.",
"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"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.79"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.32.0"
},
"engines": {
"node": ">=18.17.1"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"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"
}
}