rebase fix

Signed-off-by: Marley <55280588+marleypowell@users.noreply.github.com>
This commit is contained in:
Marley
2024-04-30 09:40:57 +00:00
parent 26a2c2bcfb
commit e6d2096510
+16 -16
View File
@@ -1,38 +1,35 @@
{
"name": "@backstage/backend-defaults",
"version": "0.2.18-next.0",
"description": "Backend defaults used by Backstage backend apps",
"backstage": {
"role": "node-library"
},
"version": "0.2.18-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"keywords": [
"backstage"
],
"backstage": {
"role": "node-library"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/backend-defaults"
},
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist"
"keywords": [
"backstage"
],
"license": "Apache-2.0",
"scripts": {
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"start": "backstage-cli package start",
"test": "backstage-cli package test"
"clean": "backstage-cli package clean",
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-app-api": "workspace:^",
@@ -43,5 +40,8 @@
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^"
}
},
"files": [
"dist"
]
}