mirror of
https://github.com/laurent22/joplin.git
synced 2026-04-26 00:00:17 -05:00
14 lines
603 B
JSON
14 lines
603 B
JSON
{
|
|
"name": "generate-plugin-doc",
|
|
"packageManager": "yarn@3.6.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"tsc": "",
|
|
"buildPluginDoc_": "typedoc --exclude '../lib/models/**' --exclude '../lib/services/e2ee/**' --name 'Joplin Plugin API Documentation' --mode file -theme '../../Assets/PluginDocTheme/' --readme '../../Assets/PluginDocTheme/index.md' --excludeNotExported --excludeExternals --excludePrivate --excludeProtected --out ../../../joplin-website/docs/api/references/plugin_api ../lib/services/plugins/api/"
|
|
},
|
|
"dependencies": {
|
|
"typedoc": "0.17.8",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|