Files
backstage/plugins/gateway-backend/package.json
T
github-actions[bot] 68db890456 Version Packages (next)
2026-05-26 15:26:38 +00:00

53 lines
1.4 KiB
JSON

{
"name": "@backstage/plugin-gateway-backend",
"version": "1.1.6-next.0",
"backstage": {
"role": "backend-plugin",
"pluginId": "gateway",
"pluginPackages": [
"@backstage/plugin-gateway-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/gateway-backend"
},
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"lint": "backstage-cli package lint",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"start": "backstage-cli package start",
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^1.29.0",
"express": "^4.22.0",
"http-proxy-middleware": "^3.0.3"
},
"devDependencies": {
"@backstage/backend-app-api": "workspace:^",
"@backstage/backend-defaults": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@types/express": "^4.17.6",
"eventsource": "^4.0.0",
"wait-for-expect": "^4.0.0"
}
}