@hideoo/starlight-plugins-docs-components
Version:
Set of opinionated Starlight components used in HiDeoo's Starlight plugins documentations.
44 lines • 1.18 kB
JSON
{
"name": "@hideoo/starlight-plugins-docs-components",
"version": "0.4.0",
"license": "MIT",
"description": "Set of opinionated Starlight components used in HiDeoo's Starlight plugins documentations.",
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
"type": "module",
"exports": {
".": "./index.ts",
"./package.json": "./package.json"
},
"dependencies": {
"starlight-package-managers": "^0.8.1",
"starlight-showcases": "^0.3.0"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.30.0"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"sideEffects": false,
"keywords": [
"starlight",
"components",
"plugins",
"documentation",
"astro"
],
"homepage": "https://github.com/HiDeoo/starlight-plugins-docs-components",
"repository": {
"type": "git",
"url": "https://github.com/HiDeoo/starlight-plugins-docs-components.git",
"directory": "packages/starlight-theme-rapide"
},
"bugs": "https://github.com/HiDeoo/starlight-plugins-docs-components/issues",
"scripts": {
"lint": "eslint . --cache --max-warnings=0"
}
}