mirror of
https://github.com/tauri-apps/typedocusaurus.git
synced 2026-02-04 10:41:23 +01:00
16 lines
430 B
JSON
16 lines
430 B
JSON
{
|
|
"name": "typedocusaurus",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"run": "typedoc --plugin typedoc-plugin-markdown --out docs api/src --tsconfig api/tsconfig.json --hideInPageTOC true --hideBreadcrumbs true"
|
|
},
|
|
"devDependencies": {
|
|
"docusaurus-plugin-typedoc": "^0.16.7",
|
|
"typedoc": "^0.22.10",
|
|
"typedoc-plugin-markdown": "^3.11.11",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|