Merge pull request #18528 from vergilfromadyen/adds-complete-package-metadata

Adds complete package metadata
This commit is contained in:
Fredrik Adelöw
2023-07-28 20:56:51 +02:00
committed by GitHub
93 changed files with 601 additions and 0 deletions
+6
View File
@@ -6,6 +6,12 @@
"role": "frontend"
},
"bundled": true,
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/app"
},
"dependencies": {
"@backstage/app-defaults": "workspace:^",
"@backstage/catalog-model": "workspace:^",
@@ -11,6 +11,12 @@
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/backend-openapi-utils"
},
"backstage": {
"role": "node-library"
},
+6
View File
@@ -13,6 +13,12 @@
"backstage": {
"role": "node-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/cli-node"
},
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+6
View File
@@ -13,6 +13,12 @@
"backstage": {
"role": "web-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/integration-react"
},
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
@@ -6,6 +6,12 @@
"role": "frontend"
},
"bundled": true,
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/techdocs-cli-embedded-app"
},
"dependencies": {
"@backstage/app-defaults": "workspace:^",
"@backstage/catalog-model": "workspace:^",