1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/generate-plugin-doc/package.json

13 lines
553 B
JSON
Raw Normal View History

2023-06-23 19:18:25 +02:00
{
"name": "generate-plugin-doc",
"packageManager": "yarn@3.6.0",
2023-08-23 14:48:49 +02:00
"private": true,
2023-06-23 19:18:25 +02:00
"scripts": {
"buildPluginDoc_": "typedoc --exclude '../lib/models/**' --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/"
2023-06-23 19:18:25 +02:00
},
"dependencies": {
"typedoc": "0.17.8",
"typescript": "4.7.4"
2023-06-23 19:18:25 +02:00
}
}