We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2035da9 commit 17a6d50Copy full SHA for 17a6d50
package.json
@@ -8,15 +8,18 @@
8
"private": false,
9
"repository": {
10
"type": "git",
11
- "url": "https://github.com/grvpandey11/backstage-plugin-scaffolder-backend-module-ms-teams.git"
+ "url": "https://github.com/grvpandey11/backstage-plugin-scaffolder-backend-module-ms-teams.git",
12
+ "directory": "."
13
},
14
"publishConfig": {
15
"access": "public",
16
"main": "dist/index.cjs.js",
17
"types": "dist/index.d.ts"
18
19
"backstage": {
- "role": "backend-plugin-module"
20
+ "role": "backend-plugin-module",
21
+ "pluginId": "scaffolder",
22
+ "pluginPackage": "@backstage/plugin-scaffolder-backend"
23
24
"scripts": {
25
"start": "backstage-cli package start",
0 commit comments