chore: fix publishing

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-06-17 09:44:05 +02:00
parent 398f9e9245
commit 2c4e277c44
+9 -1
View File
@@ -3,13 +3,21 @@
"version": "0.0.0",
"backstage": {
"role": "backend-plugin",
"pluginId": "mcp"
"pluginId": "mcp",
"pluginPackages": [
"@backstage/plugin-mcp-backend"
]
},
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/mcp-backend"
},
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",