add plugin metadata to all plugin packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-06-11 01:32:43 +02:00
parent c7535dea31
commit d44a20a5cd
137 changed files with 1276 additions and 561 deletions
+5 -1
View File
@@ -3,7 +3,11 @@
"version": "1.2.24-next.2",
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
"backstage": {
"role": "node-library"
"role": "node-library",
"pluginId": "search-backend",
"pluginPackages": [
"@backstage/plugin-search-backend-node"
]
},
"publishConfig": {
"access": "public"