I am using node scripts/generate_plugin my_plugin_name # replace "my_plugin_name" with your desired plugin name to create a custom plugin with Kibana 7.8.
How i can add a dependency, only to my plugin, like package.json with the legacy. ?
Before new kibana platform, i use yarn add iside my plugin path to add my dependencies, and those are saved into package.json of the plugin