2023-06-23 19:18:25 +02:00
|
|
|
{
|
|
|
|
"name": "generate-plugin-doc",
|
2023-08-01 16:38:59 +02:00
|
|
|
"packageManager": "yarn@3.6.0",
|
2023-06-23 19:18:25 +02:00
|
|
|
"scripts": {
|
|
|
|
"buildPluginDoc_": "typedoc --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",
|
2023-08-10 11:40:44 +02:00
|
|
|
"typescript": "4.7.4"
|
2023-06-23 19:18:25 +02:00
|
|
|
}
|
|
|
|
}
|