mirror of
https://github.com/SrIzan10/starlight-typedoc.git
synced 2026-05-01 11:05:15 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "starlight-typedoc-docs",
|
|
"version": "0.17.0",
|
|
"license": "MIT",
|
|
"description": "Starlight plugin to generate documentation from TypeScript using TypeDoc.",
|
|
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"lint": "eslint . --cache --max-warnings=0"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.32.0",
|
|
"@hideoo/starlight-plugins-docs-components": "^0.4.0",
|
|
"astro": "^5.3.0",
|
|
"sharp": "^0.33.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.17.1"
|
|
},
|
|
"packageManager": "pnpm@8.6.3",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"keywords": [
|
|
"starlight",
|
|
"plugin",
|
|
"typedoc",
|
|
"typescript",
|
|
"documentation",
|
|
"astro"
|
|
],
|
|
"homepage": "https://github.com/HiDeoo/starlight-typedoc",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/HiDeoo/starlight-typedoc.git",
|
|
"directory": "docs"
|
|
},
|
|
"bugs": "https://github.com/HiDeoo/starlight-typedoc/issues"
|
|
}
|