detect all package roles

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-22 18:19:55 +01:00
parent 80c627d098
commit b521c1b83b
123 changed files with 369 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -2,6 +2,9 @@
"name": "example-app",
"version": "0.2.64",
"private": true,
"backstage": {
"role": "app"
},
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.7",
+3
View File
@@ -11,6 +11,9 @@
"types": "dist/index.d.ts",
"alphaTypes": "dist/index.alpha.d.ts"
},
"backstage": {
"role": "node-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "node-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "node-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -5,6 +5,9 @@
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"backstage": {
"role": "backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -12,6 +12,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -13,6 +13,9 @@
"types": "dist/index.d.ts",
"alphaTypes": "dist/index.alpha.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "node-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -6,6 +6,9 @@
"publishConfig": {
"access": "public"
},
"backstage": {
"role": "cli"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -7,6 +7,9 @@
"access": "public",
"main": "dist/index.cjs.js"
},
"backstage": {
"role": "cli"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -9,6 +9,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -9,6 +9,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -8,6 +8,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -8,6 +8,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -8,6 +8,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -6,6 +6,9 @@
"publishConfig": {
"access": "public"
},
"backstage": {
"role": "cli"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -8,6 +8,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -3,6 +3,9 @@
"description": "E2E test for verifying Backstage packages",
"version": "0.2.0",
"private": true,
"backstage": {
"role": "cli"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -12,6 +12,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -12,6 +12,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "node-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
@@ -2,6 +2,9 @@
"name": "techdocs-cli-embedded-app",
"version": "0.2.63",
"private": true,
"backstage": {
"role": "app"
},
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.7",
+3
View File
@@ -6,6 +6,9 @@
"publishConfig": {
"access": "public"
},
"backstage": {
"role": "cli"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "node-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -8,6 +8,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -8,6 +8,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -12,6 +12,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -8,6 +8,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -9,6 +9,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend-module"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -9,6 +9,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "node-library"
},
"scripts": {
"build": "backstage-cli backend:build",
"lint": "backstage-cli lint",
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"scripts": {
"start": "backstage-cli backend:dev",
"build": "backstage-cli backend:build",
+3
View File
@@ -11,6 +11,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"scripts": {
"start": "backstage-cli backend:dev",
"build": "backstage-cli backend:build",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend-module"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend-module"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -12,6 +12,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"scripts": {
"start": "backstage-cli backend:dev",
"build": "backstage-cli backend:build",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -8,6 +8,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://github.com/backstage/backstage/tree/master/plugins/graphiql#readme",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://github.com/backstage/backstage/tree/master/plugins/home#readme",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"configSchema": "config.d.ts",
"scripts": {
"start": "backstage-cli backend:dev",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -9,6 +9,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -9,6 +9,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"scripts": {
"start": "backstage-cli backend:dev",
"build": "backstage-cli backend:build",
+3
View File
@@ -10,6 +10,9 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "node-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -9,6 +9,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend-module"
},
"scripts": {
"start": "backstage-cli backend:dev",
"build": "backstage-cli backend:build",
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend-module"
},
"scripts": {
"build": "backstage-cli backend:build",
"start": "backstage-cli backend:dev",
@@ -10,6 +10,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend-module"
},
"scripts": {
"start": "backstage-cli backend:dev",
"build": "backstage-cli backend:build",
+3
View File
@@ -11,6 +11,9 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",

Some files were not shown because too many files have changed in this diff Show More